ClassRadRadialMenuAutomationPeer
Automation Peer for the RadRadialMenu class.
Definition
Namespace:Telerik.UI.Automation.Peers
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class RadRadialMenuAutomationPeer : RadControlAutomationPeer, IExpandCollapseProvider, ISelectionProvider
Inheritance: objectRadControlAutomationPeerRadRadialMenuAutomationPeer
Implements:
Constructors
RadRadialMenuAutomationPeer(RadRadialMenu)
Initializes a new instance of the RadRadialMenuAutomationPeer class. Automation Peer for the Telerik.UI.Xaml.Controls.Primitives.RadRadialMenu class.
Declaration
public RadRadialMenuAutomationPeer(RadRadialMenu owner)
Parameters
owner
The object that is associated with this AutomationPeer.
Properties
CanSelectMultiple
ISelectionProvider implementation.
ExpandCollapseState
Gets the state (expanded or collapsed) of the Telerik.UI.Xaml.Controls.Primitives.RadRadialMenu control.
Declaration
public ExpandCollapseState ExpandCollapseState { get; }
Property Value
ExpandCollapseState
The state (expanded or collapsed) of the Telerik.UI.Xaml.Controls.Primitives.RadRadialMenu control.
IsSelectionRequired
ISelectionProvider implementation.
Methods
Collapse()
Hides all nodes, controls, or content that are descendants of the Telerik.UI.Xaml.Controls.Primitives.RadRadialMenu control.
Declaration
public void Collapse()
Expand()
Displays all child nodes, controls, or content of the Telerik.UI.Xaml.Controls.Primitives.RadRadialMenu control.
Declaration
public void Expand()
GetAutomationControlTypeCore()
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
AutomationControlType
Overrides
GetChildrenCore()
Declaration
protected override IList<AutomationPeer> GetChildrenCore()
Returns
IList<AutomationPeer>
GetLocalizedControlTypeCore()
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
Overrides
GetPatternCore(PatternInterface)
Gets a control pattern that is associated with this RadRadialMenuAutomationPeer.
Declaration
protected override object GetPatternCore(PatternInterface patternInterface)
Parameters
patternInterface
PatternInterface
One of the enumeration values that indicates the control pattern.
Returns
The object that implements the pattern interface, or null.
GetSelection()
ISelectionProvider implementation.
Declaration
public IRawElementProviderSimple[] GetSelection()
Returns
IRawElementProviderSimple[]