ResizeEvent Class |
Namespace: VO
The ResizeEvent type exposes the following members.
Name | Description | |
---|---|---|
ResizeEvent | Initializes a new instance of the ResizeEvent class |
Name | Description | |
---|---|---|
Handle |
The pointer to the window where the event occurred
(Inherited from Event.) | |
Height |
A numeric value representing the new height of the canvas area of the window that generated this resize event, in canvas coordinates.
| |
Message |
A dword representing the Windows API message associated with the given event.
(Inherited from Event.) | |
Size |
A dimension representing the new size of the canvas area of the window that generated this resize event, in canvas coordinates.
| |
Width |
A numeric value representing the new width, in canvas coordinates, of the canvas area of the window that generated this resize event.
| |
Window |
An object indicating the window or control in which the event occurred. This is helpful, for example, for distinguishing between similar menu events coming from the same context menu attached to different controls.
(Inherited from Event.) |
Name | Description | |
---|---|---|
hWnd | (Inherited from Event.) | |
lParam | (Inherited from Event.) | |
oWindow | (Inherited from Event.) | |
uMsg | (Inherited from Event.) | |
wParam | (Inherited from Event.) |