WindowState Enumeration
This enumeration specifies the state of the window.
Syntax
|
Constants
|
Enum WindowState
scMaximized = 0
scMinimized = 1
scNormal = 2
End Enum
|
- scMaximized: The window is maximized.
- scMinimized: The window is minimized.
- scNormal: The window is normal sized.
|
Copyright © 2020. Cloud Software Group, Inc. All Rights Reserved.