Determines if sub menu should open on mouse click event instead of mouse over.

Namespace:  C1.Web.UI.Controls.C1Menu
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[JsonAttribute(true, true, false)]
[LayoutAttribute(LayoutType.Behavior)]
[DefaultValueAttribute(false)]
[C1CategoryAttribute("Category.Behavior")]
[NotifyParentPropertyAttribute(true)]
public bool ClickToOpen { get; set; }
Visual Basic (Declaration)
<JsonAttribute(True, True, False)> _
<LayoutAttribute(LayoutType.Behavior)> _
<DefaultValueAttribute(False)> _
<C1CategoryAttribute("Category.Behavior")> _
<NotifyParentPropertyAttribute(True)> _
Public Property ClickToOpen As Boolean
	Get
	Set

See Also