Class BackstageAutomationPeer
Automation peer for the RadRibbonBackstage class.
Inherited Members
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.RibbonView.dll
Syntax
public class BackstageAutomationPeer : RadTabControlAutomationPeer, ISelectionProvider
Constructors
BackstageAutomationPeer(RadRibbonBackstage)
Initializes a new instance of the BackstageAutomationPeer class.
Declaration
public BackstageAutomationPeer(RadRibbonBackstage owner)
Parameters
RadRibbonBackstage
owner
The RadRibbonBackstage that will be associated with newly created Telerik.Windows.Controls.RibbonView.AutomationPeers.BackstageAutomationPeer object. |
Methods
CreateItemAutomationPeer(Object)
When overridden in a derived class, creates a new instance of the System.Windows.Automation.Peers.ItemAutomationPeer for a data item in the System.Windows.Controls.ItemsControl.Items collection of this System.Windows.Controls.ItemsControl.
Declaration
protected override ItemAutomationPeer CreateItemAutomationPeer(object item)
Parameters
System.Object
item
The data item that is associated with this System.Windows.Automation.Peers.ItemAutomationPeer. |
Returns
System.Windows.Automation.Peers.ItemAutomationPeer
The new System.Windows.Automation.Peers.ItemAutomationPeer created. |
Overrides
GetClassNameCore()
Gets the name of the System.Windows.UIElement that is associated with this System.Windows.Automation.Peers.UIElementAutomationPeer. This method is called by System.Windows.Automation.Peers.AutomationPeer.GetClassName.
Declaration
protected override string GetClassNameCore()
Returns
System.String
An System.String.Empty string. |
Overrides
GetHelpTextCore()
Declaration
protected override string GetHelpTextCore()
Returns
System.String
|
Overrides
GetNameCore()
Declaration
protected override string GetNameCore()
Returns
System.String
|