ComponentOne Menus and Toolbars for WinForms
C1.Win.C1Command.4.8 Assembly / C1.Win.C1Command 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.C1Command.LargeMenuDisplayEnum

    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