[]
        
(Showing Draft Content)

C1.Win.C1Command.LargeMenuDisplayEnum

LargeMenuDisplayEnum Enum

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.

Namespace: C1.Win.C1Command
Assembly: C1.Win.C1Command.4.8.dll
Syntax
public enum LargeMenuDisplayEnum

Fields

Name Description
Scroll

When a menu does not fit on the screen, it is scrolled.

Wrap

When a menu does not fit on the screen, it is wrapped.