Event sent to a control that resizes. More...
#include <fbcontrols.h>

Public Member Functions | |
| FBEventResize (HKEventBase pEvent) | |
| Constructor. | |
Public Member Functions inherited from FBEvent | |
| FBEvent (HKEvent pEvent) | |
| Constructor. | |
Public Attributes | |
| FBPropertyInt | Width |
| Property: New Width of the window. | |
| FBPropertyInt | Height |
| Property: New Height of the window. | |
Public Attributes inherited from FBEvent | |
| FBPropertyInt | Type |
| Read Only Property: Type of event. | |
Event sent to a control that resizes.
Definition at line 610 of file fbcontrols.h.
| FBEventResize | ( | HKEventBase | pEvent | ) |
Constructor.
| pEvent | Base event (internal) to obtain information from. |
| FBPropertyInt Height |
Property: New Height of the window.
Definition at line 619 of file fbcontrols.h.
| FBPropertyInt Width |
Property: New Width of the window.
Definition at line 618 of file fbcontrols.h.