ClassRadRadialMenuNavigationItemButtonAutomationPeer
The AutomationPeer associated with the RadRadialMenuNavigationItemButtonAutomationPeer class.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
public class RadRadialMenuNavigationItemButtonAutomationPeer : FrameworkElementAutomationPeer, IInvokeProvider
Inheritance: objectRadRadialMenuNavigationItemButtonAutomationPeer
Implements:
Constructors
RadRadialMenuNavigationItemButtonAutomationPeer(NavigationItemButton)
Initializes a new instance of the RadRadialMenuNavigationItemButtonAutomationPeer class. Automation Peer for the NavigationItemButton class.
Declaration
public RadRadialMenuNavigationItemButtonAutomationPeer(NavigationItemButton owner)
Parameters
owner
The object that is associated with this AutomationPeer.
Methods
GetAutomationControlTypeCore()
Returns the control type for the UIElement associated with this RadRadialMenuNavigationItemButtonAutomationPeer. This method is called by AutomationPeer.GetAutomationControlType.
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
AutomationControlType
The AutomationControlType.Menu enumeration value.
GetClassNameCore()
Returns the name of the RadRadialMenuItem that is associated with this RadRadialMenuNavigationItemButtonAutomationPeer. This method is called by .
Declaration
protected override string GetClassNameCore()
Returns
The name of the owner type that is associated with this RadRadialMenuNavigationItemButtonAutomationPeer.
GetHelpTextCore()
Gets the string that describes the functionality of the System.Windows.ContentElement that is associated with this RadRadialMenuNavigationItemButtonAutomationPeer. Called by System.Windows.Automation.Peers.AutomationPeer.GetHelpText().
Declaration
protected override string GetHelpTextCore()
Returns
The help text.
GetNameCore()
Returns the text label of the FrameworkElement associated with this RadRadialMenuNavigationItemButtonAutomationPeer. Called by AutomationPeer.GetName.
Declaration
protected override string GetNameCore()
Returns
A text label of the Element associated with RadRadialMenuNavigationItemButtonAutomationPeer.
GetPattern(PatternInterface)
Returns the control pattern for the UIElement that is associated with this RadRadialMenuNavigationItemButtonAutomationPeer.
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
patternInterface
PatternInterface
One of the PatternInterface enum values.
Returns
Invoke()
Sends a request to activate a control and initiate its single, unambiguous action.
Declaration
public void Invoke()