ComponentOne Menus and Toolbars for WinForms
CollapseDirectionEnum Enumeration

C1.Win.C1Command.4 Assembly > C1.Win.C1Command Namespace : CollapseDirectionEnum Enumeration
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

See Also

Reference

C1.Win.C1Command Namespace