New to Telerik UI for WPFStart a free 30-day trial

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:

C#
public class RadialMenuButtonAutomationPeer : ButtonAutomationPeer

Inheritance: objectRadialMenuButtonAutomationPeer

Constructors

Initializes a new instance of the RadialMenuButtonAutomationPeer class.

C#
public RadialMenuButtonAutomationPeer(RadialMenuButton owner)
Parameters:ownerRadialMenuButton

The owner.

Methods

Returns the name of the UIElement that is associated with this . This method is called by .

C#
protected override string GetClassNameCore()
Returns:

string

The name of the owner type that is associated with this . See Remarks.

Returns the string that describes the functionality of the FrameworkElement that is associated with this . This method is called by .

C#
protected override string GetHelpTextCore()
Returns:

string

The help text, or Empty if there is no help text.

C#
protected override string GetLocalizedControlTypeCore()
Returns:

string

Returns the text label of the FrameworkElement that is associated with this . This method is called by .

C#
protected override string GetNameCore()
Returns:

string

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 .

C#
public override object GetPattern(PatternInterface patternInterface)
Parameters:patternInterfacePatternInterface

One of the enumeration values.

Returns:

object

See Remarks.