Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / LargeMenuDisplayEnum Enumeration

In This Topic
    LargeMenuDisplayEnum Enumeration
    In This Topic
    Specifies the behavior of a menu when all its items do not fit on the screen.

    Use the members of this enumeration to set the value of the LargeMenuDisplay property in the C1CommandMenu class.

    Syntax
    'Declaration
     
    
    Public Enum LargeMenuDisplayEnum 
       Inherits System.Enum
    public enum LargeMenuDisplayEnum : System.Enum 
    Members
    MemberDescription
    ScrollWhen a menu does not fit on the screen, it is scrolled.
    WrapWhen a menu does not fit on the screen, it is wrapped.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.Command.LargeMenuDisplayEnum

    See Also