WinForms Edition Documentation
C1.Win.C1Win7Pack Namespace / ShellLinkShowCommand Enumeration

ShellLinkShowCommand Enumeration
The show command sets the initial show state of the window.
Syntax
'Declaration
 
Public Enum ShellLinkShowCommand 
   Inherits System.Enum
 
Members
MemberDescription
ShowMaximizedActivates the window and displays it as a maximized window.
ShowMinNoActiveDisplays the window in its minimized state, leaving the currently active window as active.
ShowNormalActivates and displays a window.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1Win7Pack.ShellLinkShowCommand

See Also