Class BackstageItemAutomationPeer
Automation peer for the Rad
Inherited Members
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.RibbonView.dll
Syntax
public class BackstageItemAutomationPeer : RadTabItemAutomationPeer, ISelectionItemProvider, IInvokeProvider
Constructors
BackstageItemAutomationPeer(Object, BackstageAutomationPeer)
Initializes a new instance of the Backstage
Declaration
public BackstageItemAutomationPeer(object item, BackstageAutomationPeer backstageAutomationPeer)
Parameters
System. The Rad |
Backstage The Telerik. |
Methods
GetAutomationControlTypeCore()
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
System.
|
Overrides
GetClassNameCore()
Declaration
protected override string GetClassNameCore()
Returns
System.
|
Overrides
GetHelpTextCore()
Declaration
protected override string GetHelpTextCore()
Returns
System.
|
Overrides
GetLocalizedControlTypeCore()
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
System.
|
GetNameCore()
Declaration
protected override string GetNameCore()
Returns
System.
|
Overrides
GetPattern(PatternInterface)
Gets the control pattern for the Rad
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
System. One of the enumeration values. |
Returns
System. 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. If the control is not enabled. |