ShowMode Enumeration#
Syntax#
C#
VB
Members#
Member name | Value | Description | |
---|---|---|---|
Show | 5 | Shows the image window. | |
Hide | 0 | Hides the image window. | |
Maximize | 3 | Maximizes the image window. | |
Minimize | 6 | Minimizes the image window. | |
Restore | 9 | Displays the image window. Restores old position and size if the image window was maximized or minimized. | |
ShowNoActivate | 4 | Shows the image window, but does not activate it. | |
ForceMinimize | 11 | Minimizes the image window, forces it if needed. | |
ShowMinimized | 2 | Shows the image window minimized. | |
ShowMaximized | 3 | Shows the image window maximized. | |
ShowMinNoActivate | 7 | Shows the image window minimized, but does not activate it. | |
Normal | 1 | Compatibility with ShowWindow API | |
ShowNA | 8 | Compatibility with ShowWindow API | |
ShowDefault | 10 | Compatibility with ShowWindow API |