Class RadContextMenuManager
Adds the RadContextMenu dynamic property and enables using RadContextMenu in all controls.
Inheritance
System.Object
RadContextMenuManager
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
[TelerikToolboxCategory("Menus & Toolbars")]
public class RadContextMenuManager : Component, IExtenderProvider
Constructors
RadContextMenuManager()
Declaration
public RadContextMenuManager()
Methods
CanExtend(Object)
Declaration
public bool CanExtend(object extendee)
Parameters
System.Object
extendee
|
Returns
System.Boolean
|
GetRadContextMenu(Control)
Declaration
public RadContextMenu GetRadContextMenu(Control control)
Parameters
System.Windows.Forms.Control
control
|
Returns
RadContextMenu
|
SetRadContextMenu(Control, RadContextMenu)
Declaration
public void SetRadContextMenu(Control control, RadContextMenu value)
Parameters
System.Windows.Forms.Control
control
|
RadContextMenu
value
|