If true, the user should click on the root menu so the submenus will appear.

Namespace:  C1.Web.Command
Assembly:  C1.Web.Command.2 (in C1.Web.Command.2.dll)

Syntax

C#
[DefaultValueAttribute(false)]
public bool ClickToOpen { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(False)> _
Public Property ClickToOpen As Boolean

See Also