Class RadContextMenuAutomationPeer
The AutomationPeer associated with the RadContextMenu class.
Inherited Members
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class RadContextMenuAutomationPeer : RadContextMenuAutomationPeer, IExpandCollapseProvider
Constructors
RadContextMenuAutomationPeer(RadContextMenu)
Initializes a new instance of the RadContextMenuAutomationPeer class. Automation Peer for the RadContextMenu class.
Declaration
public RadContextMenuAutomationPeer(RadContextMenu owner)
Parameters
RadContextMenu
owner
The object that is associated with this AutomationPeer. |
Methods
GetClassNameCore()
Returns the name of the class associated with this AutomationPeer. This method is called by AutomationPeer.GetClassName.
Declaration
protected override string GetClassNameCore()
Returns
System.String
|
Overrides
GetHelpTextCore()
Declaration
protected override string GetHelpTextCore()
Returns
System.String
|