Class ContextualGroupAutomationPeer
Automation peer for the RadRibbonContextualGroup class.
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 ContextualGroupAutomationPeer class.
Declaration
public ContextualGroupAutomationPeer(RadRibbonContextualGroup owner)
Parameters
RadRibbonContextualGroup
owner
The RadRibbonContextualGroup that will be associated with newly created Telerik.Windows.Controls.RibbonView.AutomationPeers.ContextualGroupAutomationPeer object. |
Properties
ToggleState
Gets the toggle state of the control.
Declaration
public ToggleState ToggleState { get; }
Property Value
System.Windows.Automation.ToggleState
The System.Windows.Automation.ToggleState of the control. |
Methods
GetAutomationControlTypeCore()
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
System.Windows.Automation.Peers.AutomationControlType
|
GetClassNameCore()
Declaration
protected override string GetClassNameCore()
Returns
System.String
|
GetHelpTextCore()
Declaration
protected override string GetHelpTextCore()
Returns
System.String
|
GetNameCore()
Declaration
protected override string GetNameCore()
Returns
System.String
|
GetPattern(PatternInterface)
Gets the control pattern for the System.Windows.UIElement that is associated with this System.Windows.Automation.Peers.UIElementAutomationPeer.
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
System.Windows.Automation.Peers.PatternInterface
patternInterface
A value from the enumeration. |
Returns
System.Object
An object that implements the System.Windows.Automation.Provider.ISynchronizedInputProvider
interface if |
Toggle()
Cycles through the toggle states of a control.
Declaration
public void Toggle()