ComponentOne Windows 7 Control Pack for WinForms
C1.Win.C1Win7Pack Namespace / ShellLinkShowCommand Enumeration

In This Topic
    ShellLinkShowCommand Enumeration
    In This Topic
    The show command sets the initial show state of the window.
    Syntax
    'Declaration
     
    
    Public Enum ShellLinkShowCommand 
       Inherits System.Enum
    public enum ShellLinkShowCommand : 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