The Resize event is triggered when the dialog is resized.
This event is triggered only for stand-alone dialogs (windows).
Syntax | ||||
Move(WindowState, ClientLeft, ClientTop, ClientWidth, ClientHeight) | ||||
Parameter | ||||
Use |
Name |
Type |
Passing |
Description |
Required |
WindowState |
WindowStates |
ByVal |
Current state of the window. |
Required |
ClientLeft |
Double |
ByVal |
Window position of the left edge. |
Required |
ClientTop |
Double |
ByVal |
Window position of the top edge. |
Required |
ClientWidth |
Double |
ByVal |
Window width. |
Required |
ClientHeight |
Double |
ByVal |
Window height. |