Class RadRadialMenuAutomationPeer
The AutomationPeer associated with the RadMenu class.
Inheritance
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class RadRadialMenuAutomationPeer : FrameworkElementAutomationPeer, IExpandCollapseProvider
Constructors
RadRadialMenuAutomationPeer(RadRadialMenu)
Initializes a new instance of the Rad
Declaration
public RadRadialMenuAutomationPeer(RadRadialMenu owner)
Parameters
Rad The object that is associated with this AutomationPeer. |
Properties
ExpandCollapseState
Gets the state (expanded or collapsed) of the Rad
Declaration
public ExpandCollapseState ExpandCollapseState { get; }
Property Value
System. The state (expanded or collapsed) of the Rad |
Methods
Collapse()
Hides all nodes, controls, or content that are descendants of the Rad
Declaration
public void Collapse()
Expand()
Displays all child nodes, controls, or content of the Rad
Declaration
public void Expand()
GetAutomationControlTypeCore()
Returns the control type for the UIElement associated with this Rad
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
System. The AutomationControlType.Menu 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 owner type of the RadRadialMenu that is associated with this 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.
|
GetPattern(PatternInterface)
Gets a control pattern that is associated with this Rad
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
System. One of the enumeration values that indicates the control pattern. |
Returns
System. The object that implements the pattern interface, or null. |