GIPAddressCtrl

GIPAddressCtrl — an entry field for an IP address.

Synopsis

class GIPAddressCtrl GWindowBase
{
    m_hWnd;
}
    

Base Classes

GWindowBase <-- GIPAddressCtrl

Class Members

These functions correspond to Windows functions, but may not have exactly the same name. The links attempt a search on the name, but you might have to refine the search manually.

ClearAddress ()
Search on CIPAddressCtrl::ClearAddress.
Create (hWndParent, rect, szWindowName, dwStyle, dwExStyle)
Search on CIPAddressCtrl::Create.
IsBlank ()
Search on CIPAddressCtrl::IsBlank.
SetAddress (dwAddress)
Search on CIPAddressCtrl::SetAddress.
SetFocus (nField)
Search on CIPAddressCtrl::SetFocus.
SetRange (args?...)
Search on CIPAddressCtrl::SetRange.

This class also inherits the functions of GWindowBase.