Class RadMenuAutomationPeer
The AutomationPeer associated with the RadMenu class.
Inherited Members
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class RadMenuAutomationPeer : RadMenuAutomationPeer
Constructors
RadMenuAutomationPeer(RadMenu)
Initializes a new instance of the RadMenuAutomationPeer class. Automation Peer for the RadMenu class.
Declaration
public RadMenuAutomationPeer(RadMenu owner)
Parameters
RadMenu
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
|