ComponentOne Windows 7 Control Pack for WinForms
ShellLinkShowCommand Enumeration



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace : ShellLinkShowCommand Enumeration
The show command sets the initial show state of the window.
Syntax
Public Enum ShellLinkShowCommand 
   Inherits System.Enum
Dim instance As ShellLinkShowCommand
public enum ShellLinkShowCommand : System.Enum 
public enum class ShellLinkShowCommand : public 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

Reference

C1.Win.C1Win7Pack Namespace