KaxMenuClickToOpen Property |
Gets or sets a value indicating whether root items should open on mouse
click.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public bool ClickToOpen { get; set; }
Public Property ClickToOpen As Boolean
Get
Set
public:
property bool ClickToOpen {
bool get ();
void set (bool value);
}
member ClickToOpen : bool with get, set
Property Value
Type:
BooleanTrue if the root items open on mouse click; otherwise
false. The default value is
false.
Remarks
Use the ClickToOpen property to customize the way root menu
items are opened. By default menu items are opened on mouse hovering.
See Also