Class BackstageItemAutomationPeer
Automation peer for the RadRibbonBackstageItem class.
Inherited Members
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.RibbonView.dll
Syntax
public class BackstageItemAutomationPeer : RadTabItemAutomationPeer, ISelectionItemProvider, IInvokeProvider
Constructors
BackstageItemAutomationPeer(RadRibbonBackstageItem)
Initializes a new instance of the BackstageItemAutomationPeer class.
Declaration
public BackstageItemAutomationPeer(RadRibbonBackstageItem owner)
Parameters
RadRibbonBackstageItem
owner
The RadRibbonBackstageItem that will be associated with newly created Telerik.Windows.Controls.RibbonView.AutomationPeers.BackstageItemAutomationPeer object. |
Methods
GetAutomationControlTypeCore()
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
System.Windows.Automation.Peers.AutomationControlType
|
Overrides
GetClassNameCore()
Declaration
protected override string GetClassNameCore()
Returns
System.String
|
Overrides
GetHelpTextCore()
Declaration
protected override string GetHelpTextCore()
Returns
System.String
|
Overrides
GetLocalizedControlTypeCore()
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
System.String
|
GetNameCore()
Declaration
protected override string GetNameCore()
Returns
System.String
|
Overrides
GetPattern(PatternInterface)
Gets the control pattern for the RadRibbonBackstageItem that is associated with this Telerik.Windows.Controls.RibbonView.AutomationPeers.BackstageItemAutomationPeer.
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
System.Windows.Automation.Peers.PatternInterface
patternInterface
One of the enumeration values. |
Returns
System.Object
The object that implements the pattern interface, or null. |
Overrides
Invoke()
Sends a request to activate a control and initiate its single, unambiguous action.
Declaration
public void Invoke()
Exceptions
System.Windows.Automation.ElementNotEnabledException
If the control is not enabled. |