Use the members of this enumeration to set the value of the SubMenuMark property.
[Visual Basic]
Public Enum SubMenuMarkEnum
[C#]
public enum SubMenuMarkEnum
[Delphi]
type SubMenuMarkEnum = (Auto, No, Yes);
Namespace: C1.Web.Command
Assembly: C1.Web.Command.2 (in C1.Web.Command.2.dll)
Members
Member name |
Description |
Auto |
Space for SubMenu marks is shown if at least one item has submenu. |
No |
SubMenu marks are never shown. |
Yes |
Space for SubMenu marks is always shown. |
See Also
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |