Represents the AutomationPeer for the NavigationItemButton within a RadRadialMenu. This class provides support for UI Automation clients to interact with the NavigationItemButton control, allowing for accessibility features such as invoking actions, fetching properties, and getting control types. It implements the IInvokeProvider interface to enable actions associated with the navigation button. The AutomationPeer enhances the functionality by providing custom property values, control patterns, help text, and naming conventions relevant to the NavigationItemButton within the radial menu context.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
public class RadRadialMenuNavigationItemButtonAutomationPeer : FrameworkElementAutomationPeer, IInvokeProvider
Inheritance: objectRadRadialMenuNavigationItemButtonAutomationPeer
Implements:
Constructors
Initializes a new instance of the RadRadialMenuNavigationItemButtonAutomationPeer class. Automation Peer for the NavigationItemButton class.
public RadRadialMenuNavigationItemButtonAutomationPeer(NavigationItemButton owner)
The object that is associated with this AutomationPeer.
Methods
Returns the control type for the UIElement associated with this RadRadialMenuNavigationItemButtonAutomationPeer. This method is called by AutomationPeer.GetAutomationControlType.
protected override AutomationControlType GetAutomationControlTypeCore()
AutomationControlType
The AutomationControlType.Menu enumeration value.
Returns the name of the RadRadialMenuItem that is associated with this RadRadialMenuNavigationItemButtonAutomationPeer. This method is called by .
protected override string GetClassNameCore()
The name of the owner type that is associated with this RadRadialMenuNavigationItemButtonAutomationPeer.
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().
Returns the text label of the FrameworkElement associated with this RadRadialMenuNavigationItemButtonAutomationPeer. Called by AutomationPeer.GetName.
protected override string GetNameCore()
A text label of the Element associated with RadRadialMenuNavigationItemButtonAutomationPeer.
Returns the control pattern for the UIElement that is associated with this RadRadialMenuNavigationItemButtonAutomationPeer.
public override object GetPattern(PatternInterface patternInterface)
One of the PatternInterface enum values.
Returns:Sends a request to activate a control and initiate its single, unambiguous action.
public void Invoke()