Sets or returns an enumerated string determining the state of the window.
Syntax
Property Get WindowState() As vbext_WindowState
Property Let WindowState(ByVal thiswindow As vbext_WindowState)
The syntax has these parts:
Part | Description |
thiswindow | An optional enumerated string determining window state. |
Remarks
Element | Value |
vbext_ws_Normal | 0 |
vbext_ws_Min | 1 |
vbext_ws_Max | 2 |