ComponentOne Menus and Toolbars for WinForms
C1.Win.C1Command.4.5.2 Assembly / C1.Win.C1Command Namespace / CollapseDirectionEnum Enumeration

In This Topic
    CollapseDirectionEnum Enumeration
    In This Topic
    Specifies the direction in which the navigation bar is collapsed.
    Syntax
    'Declaration
     
    Public Enum CollapseDirectionEnum 
       Inherits System.Enum
    public enum CollapseDirectionEnum : System.Enum 
    Members
    MemberDescription
    AutoThe direction in which the bar collapses is determined by the value of the control's Dock property.
    ToBottomThe bar collapses to the bottom.
    ToLeftThe bar collapses to the left.
    ToRightThe bar collapses to the right.
    ToTopThe bar collapses to the top.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Command.CollapseDirectionEnum

    scrap%

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also

    Reference

    C1.Win.C1Command Namespace