The DisplayChange event is triggered, if the resolution or size of the client's workspace has changed.
This can be done, for example, by a tablet rotation.
This event is triggered only for stand-alone dialogs (windows).
Syntax | ||||
DisplayChange(WindowState, Width, Height) | ||||
Parameter | ||||
Use |
Name |
Type |
Passing |
Description |
Required |
WindowState |
WindowStates |
ByVal |
State of the window |
Required |
Width |
Long |
ByVal |
New width of the physical desktop |
Required |
Height |
Long |
ByVal |
New height of the physical desktop |