ClassRadialMenuButtonAutomationPeer
Provides the automation peer for the RadialMenuButton control, allowing it to participate in UI Automation by exposing properties and methods necessary for UI Automation clients. This class supports the automation functionality such as retrieving control patterns, class names, names, help texts, and localized control types, improving accessibility for users with disabilities. It inherits from .
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
public class RadialMenuButtonAutomationPeer : ButtonAutomationPeer
Inheritance: objectRadialMenuButtonAutomationPeer
Constructors
RadialMenuButtonAutomationPeer(RadialMenuButton)
Initializes a new instance of the RadialMenuButtonAutomationPeer class.
Declaration
public RadialMenuButtonAutomationPeer(RadialMenuButton owner)
Parameters
owner
The owner.
Methods
GetClassNameCore()
Returns the name of the UIElement that is associated with this . This method is called by .
Declaration
protected override string GetClassNameCore()
Returns
The name of the owner type that is associated with this . See Remarks.
GetHelpTextCore()
Returns the string that describes the functionality of the FrameworkElement that is associated with this . This method is called by .
GetLocalizedControlTypeCore()
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
GetNameCore()
Returns the text label of the FrameworkElement that is associated with this . This method is called by .
Declaration
protected override string GetNameCore()
Returns
The text label of the element that is associated with this automation peer.
GetPattern(PatternInterface)
Returns the control pattern for the UIElement that is associated with this .
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
patternInterface
PatternInterface
One of the enumeration values.
Returns
See Remarks.