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
Initializes a new instance of the RadialMenuButtonAutomationPeer class.
public RadialMenuButtonAutomationPeer(RadialMenuButton owner)
The owner.
Methods
Returns the name of the UIElement that is associated with this . This method is called by .
protected override string GetClassNameCore()
The name of the owner type that is associated with this . See Remarks.
Returns the text label of the FrameworkElement that is associated with this . This method is called by .
protected override string GetNameCore()
The text label of the element that is associated with this automation peer.
Returns the control pattern for the UIElement that is associated with this .
public override object GetPattern(PatternInterface patternInterface)
One of the enumeration values.
Returns:See Remarks.