ComponentOne Menus and Toolbars for WinForms
LargeMenuDisplayEnum Enumeration

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

See Also

Reference

C1.Win.C1Command Namespace