Class
RadRadialMenuAutomationPeer

Automation Peer for the RadRadialMenu class.

Definition

Namespace:Telerik.UI.Automation.Peers

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class RadRadialMenuAutomationPeer : RadControlAutomationPeer, IExpandCollapseProvider, ISelectionProvider

Inheritance: objectRadControlAutomationPeerRadRadialMenuAutomationPeer

Implements: IExpandCollapseProviderISelectionProvider

Constructors

RadRadialMenuAutomationPeer(RadRadialMenu)

Initializes a new instance of the RadRadialMenuAutomationPeer class. Automation Peer for the Telerik.UI.Xaml.Controls.Primitives.RadRadialMenu class.

Declaration

cs-api-definition
public RadRadialMenuAutomationPeer(RadRadialMenu owner)

Parameters

owner

RadRadialMenu

The object that is associated with this AutomationPeer.

Properties

CanSelectMultiple

ISelectionProvider implementation.

Declaration

cs-api-definition
public bool CanSelectMultiple { get; }

Property Value

bool

ExpandCollapseState

Gets the state (expanded or collapsed) of the Telerik.UI.Xaml.Controls.Primitives.RadRadialMenu control.

Declaration

cs-api-definition
public ExpandCollapseState ExpandCollapseState { get; }

Property Value

ExpandCollapseState

The state (expanded or collapsed) of the Telerik.UI.Xaml.Controls.Primitives.RadRadialMenu control.

IsSelectionRequired

ISelectionProvider implementation.

Declaration

cs-api-definition
public bool IsSelectionRequired { get; }

Property Value

bool

Methods

Collapse()

Hides all nodes, controls, or content that are descendants of the Telerik.UI.Xaml.Controls.Primitives.RadRadialMenu control.

Declaration

cs-api-definition
public void Collapse()

Expand()

Displays all child nodes, controls, or content of the Telerik.UI.Xaml.Controls.Primitives.RadRadialMenu control.

Declaration

cs-api-definition
public void Expand()

GetAutomationControlTypeCore()

Declaration

cs-api-definition
protected override AutomationControlType GetAutomationControlTypeCore()

Returns

AutomationControlType

Overrides RadControlAutomationPeer.GetAutomationControlTypeCore()

GetAutomationIdCore()

Declaration

cs-api-definition
protected override string GetAutomationIdCore()

Returns

string

GetChildrenCore()

Declaration

cs-api-definition
protected override IList<AutomationPeer> GetChildrenCore()

Returns

IList<AutomationPeer>

GetClassNameCore()

Declaration

cs-api-definition
protected override string GetClassNameCore()

Returns

string

Overrides RadControlAutomationPeer.GetClassNameCore()

GetHelpTextCore()

Declaration

cs-api-definition
protected override string GetHelpTextCore()

Returns

string

GetLocalizedControlTypeCore()

Declaration

cs-api-definition
protected override string GetLocalizedControlTypeCore()

Returns

string

Overrides RadControlAutomationPeer.GetLocalizedControlTypeCore()

GetNameCore()

Declaration

cs-api-definition
protected override string GetNameCore()

Returns

string

Overrides RadControlAutomationPeer.GetNameCore()

GetPatternCore(PatternInterface)

Gets a control pattern that is associated with this RadRadialMenuAutomationPeer.

Declaration

cs-api-definition
protected override object GetPatternCore(PatternInterface patternInterface)

Parameters

patternInterface

PatternInterface

One of the enumeration values that indicates the control pattern.

Returns

object

The object that implements the pattern interface, or null.

GetSelection()

ISelectionProvider implementation.

Declaration

cs-api-definition
public IRawElementProviderSimple[] GetSelection()

Returns

IRawElementProviderSimple[]