ClassRadialMenuItemControlAutomationPeer
Automation Peer for the RadialMenuItemControl class.
Definition
Namespace:Telerik.UI.Automation.Peers
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class RadialMenuItemControlAutomationPeer : RadControlAutomationPeer, IToggleProvider, IInvokeProvider, ISelectionItemProvider
Inheritance: objectRadControlAutomationPeerRadialMenuItemControlAutomationPeer
Implements:
Constructors
RadialMenuItemControlAutomationPeer(RadialMenuItemControl, RadRadialMenu)
Initializes a new instance of the RadialMenuItemControlAutomationPeer class. Automation Peer for the Telerik.UI.Xaml.Controls.Primitives.Menu.RadialMenuItemControl class.
Declaration
public RadialMenuItemControlAutomationPeer(RadialMenuItemControl owner, RadRadialMenu parent)
Parameters
owner
The object that is associated with this AutomationPeer.
parent
The parent RadialMenu of the RadialMenuItem.
Properties
SelectionContainer
Declaration
public IRawElementProviderSimple SelectionContainer { get; }
Property Value
IRawElementProviderSimple
ToggleState
Declaration
public ToggleState ToggleState { get; }
Property Value
ToggleState
Methods
AddToSelection()
ISelectionItemProvider implementation.
Declaration
public void AddToSelection()
GetAutomationControlTypeCore()
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
AutomationControlType
Overrides
GetLocalizedControlTypeCore()
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
Overrides
GetPatternCore(PatternInterface)
Declaration
protected override object GetPatternCore(PatternInterface patternInterface)
Parameters
patternInterface
PatternInterface
Returns
RemoveFromSelection()
ISelectionItemProvider implementation.
Declaration
public void RemoveFromSelection()