IsSubmenuOpenVisual Property
In This Topic
Gets or sets a value that indicates whether the submenu of the
C1MenuItem is open. This is used for visual purposes only.
Syntax
'Declaration
Public Property IsSubmenuOpenVisual As Boolean
public bool IsSubmenuOpenVisual {get; set;}
See Also