GIPAddressCtrl
GIPAddressCtrl — an entry field for an IP address.
class GIPAddressCtrl GWindowBase
{
m_hWnd;
}
GWindowBase
<-- GIPAddressCtrl
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 ()Corresponds to
CIPAddressCtrl::ClearAddress.
Create (hWndParent, rect, szWindowName, dwStyle,
dwExStyle)Corresponds to CIPAddressCtrl::Create.
IsBlank ()Corresponds to CIPAddressCtrl::IsBlank.
SetAddress (dwAddress)Corresponds to
CIPAddressCtrl::SetAddress.
SetFocus (nField)Corresponds to CIPAddressCtrl::SetFocus.
SetRange (args?...)Corresponds to CIPAddressCtrl::SetRange.
This class also inherits the functions of GWindowBase.