Class RadRadialMenuItemAutomationPeer
The AutomationPeer associated with the Rad
Inheritance
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class RadRadialMenuItemAutomationPeer : FrameworkElementAutomationPeer, IToggleProvider, IInvokeProvider
Constructors
RadRadialMenuItemAutomationPeer(RadRadialMenuItem)
Initializes a new instance of the Rad
Declaration
public RadRadialMenuItemAutomationPeer(RadRadialMenuItem owner)
Parameters
Rad The object that is associated with this AutomationPeer. |
Properties
ToggleState
Contains values that specify the System.Windows.Automation.ToggleState of the Rad
Declaration
public ToggleState ToggleState { get; }
Property Value
System.
|
Methods
GetAutomationControlTypeCore()
Returns the control type for the Rad
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
System. The AutomationControlType.MenuItem enumeration value. |
GetChildrenCore()
Returns the collection of child elements of the Rad
Declaration
protected override List<AutomationPeer> GetChildrenCore()
Returns
System. A list of child Rad |
GetClassNameCore()
Returns the name of the Rad
Declaration
protected override string GetClassNameCore()
Returns
System. The name of the owner type that is associated with this Rad |
GetHelpTextCore()
Gets the string that describes the functionality of the System.Windows.ContentElement
that is associated with this Rad
Declaration
protected override string GetHelpTextCore()
Returns
System. The help text. |
GetItemStatusCore()
Declaration
protected override string GetItemStatusCore()
Returns
System.
|
GetNameCore()
Returns the text label of the Rad
Declaration
protected override string GetNameCore()
Returns
System. A text label of the Element associated with this Rad |
GetPattern(PatternInterface)
Returns the control pattern for the UIElement that is associated with this Rad
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
System. One of the PatternInterface enum values. |
Returns
System.
|
Invoke()
Declaration
public void Invoke()
Toggle()
Changes the System.Windows.Automation.ToggleState of the Rad
Declaration
public void Toggle()