ClassBackstageAutomationPeer
Automation peer for the RadRibbonBackstage class.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.RibbonView.dll
Syntax:
public class BackstageAutomationPeer : RadTabControlAutomationPeer, ISelectionProvider
Inheritance: objectRadTabControlAutomationPeerBackstageAutomationPeer
Implements:
Inherited Members
Constructors
BackstageAutomationPeer(RadRibbonBackstage)
Initializes a new instance of the BackstageAutomationPeer class.
Declaration
public BackstageAutomationPeer(RadRibbonBackstage owner)
Parameters
owner
The RadRibbonBackstage that will be associated with newly created object.
Methods
CreateItemAutomationPeer(object)
When overridden in a derived class, creates a new instance of the ItemAutomationPeer for a data item in the collection of this .
Declaration
protected override ItemAutomationPeer CreateItemAutomationPeer(object item)
Parameters
item
The data item that is associated with this ItemAutomationPeer.
Returns
ItemAutomationPeer
The new ItemAutomationPeer created.
Overrides
GetClassNameCore()
Gets the name of the UIElement that is associated with this . This method is called by .