RadMenu for ASP.NET

RadMenu Send comments on this topic.
ClickToOpen Property
See Also 
Telerik.WebControls Namespace > RadMenu Class : ClickToOpen Property


Gets or sets a value indicating whether root items should open on mouse click.   

 

Namespace: Telerik.WebControls
Assembly: RadMenu (in RadMenu.dll)

Syntax

Visual Basic (Declaration) 
Public Property ClickToOpen As Boolean
Visual Basic (Usage)Copy Code
Dim instance As RadMenu
Dim value As Boolean
 
instance.ClickToOpen = value
 
value = instance.ClickToOpen
C# 
public bool ClickToOpen {get; set;}

Return Value

True 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.

Requirements

Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also