Class ContextualGroupAutomationPeer
Automation peer for the Rad
Inheritance
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.RibbonView.dll
Syntax
public class ContextualGroupAutomationPeer : FrameworkElementAutomationPeer, IToggleProvider
Constructors
ContextualGroupAutomationPeer(RadRibbonContextualGroup)
Initializes a new instance of the Contextual
Declaration
public ContextualGroupAutomationPeer(RadRibbonContextualGroup owner)
Parameters
Rad The Rad |
Properties
ToggleState
Gets the toggle state of the control.
Declaration
public ToggleState ToggleState { get; }
Property Value
System. The System. |
Methods
GetAutomationControlTypeCore()
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
System.
|
GetClassNameCore()
Declaration
protected override string GetClassNameCore()
Returns
System.
|
GetHelpTextCore()
Declaration
protected override string GetHelpTextCore()
Returns
System.
|
GetItemStatusCore()
Declaration
protected override string GetItemStatusCore()
Returns
System.
|
GetNameCore()
Declaration
protected override string GetNameCore()
Returns
System.
|
GetPattern(PatternInterface)
Gets the control pattern for the System.
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
System. A value from the enumeration. |
Returns
System. An object that implements the System. |
Toggle()
Cycles through the toggle states of a control.
Declaration
public void Toggle()