ClassBackstageItemAutomationPeer
Automation peer for the RadRibbonBackstageItem class.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.RibbonView.dll
Syntax:
public class BackstageItemAutomationPeer : RadTabItemAutomationPeer, ISelectionItemProvider, IInvokeProvider
Inheritance: objectRadTabItemAutomationPeerBackstageItemAutomationPeer
Implements:
Inherited Members
Constructors
BackstageItemAutomationPeer(object, BackstageAutomationPeer)
Initializes a new instance of the BackstageItemAutomationPeer class.
Declaration
public BackstageItemAutomationPeer(object item, BackstageAutomationPeer backstageAutomationPeer)
Parameters
item
The RadTabItem that will be associated with newly created object.
backstageAutomationPeer
The that is associated with item's parent RadRibbonBackstage.
Methods
GetAutomationControlTypeCore()
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
AutomationControlType
Overrides
GetLocalizedControlTypeCore()
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
GetPattern(PatternInterface)
Gets the control pattern for the RadRibbonBackstageItem that is associated with this .
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
patternInterface
PatternInterface
One of the enumeration values.
Returns
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
If the control is not enabled.