This is control for editing a IP address. More...
#include <CIPAddressBox.h>
Public Member Functions | |
CIPAddressBox (UINT8 ip3, UINT8 ip2, UINT8 ip1, UINT8 ip0) | |
virtual void | Paint (CGraphics *g) |
Paints the component. | |
Protected Member Functions | |
virtual void | ProcessComponentKeyEvent (SKeyEvent *e) |
Processes events occurring on this component,. |
This is control for editing a IP address.
void CIPAddressBox::Paint | ( | CGraphics * | g | ) | [virtual] |
Paints the component.
This forwards the paint to any components that are children of this component. If this method is reimplemented, Paint(g) of base class should be called so components are properly rendered.
g | - the specified Graphics context |
Reimplemented from CComponent.
void CIPAddressBox::ProcessComponentKeyEvent | ( | SKeyEvent * | e | ) | [protected, virtual] |
Processes events occurring on this component,.
e | - the event |
Reimplemented from CComponent.