Class PaneGroupBaseAutomationPeer
Automation Peer for the Telerik.Windows.Controls.Docking.PaneGroupBase class.
Inherited Members
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.Docking.dll
Syntax
public class PaneGroupBaseAutomationPeer : RadTabControlAutomationPeer, ISelectionProvider
Constructors
PaneGroupBaseAutomationPeer(PaneGroupBase)
Initializes a new instance of the PaneGroupBaseAutomationPeer class.
Declaration
public PaneGroupBaseAutomationPeer(PaneGroupBase owner)
Parameters
PaneGroupBase
owner
The PaneGroupBase element that is associated with this PaneGroupBaseAutomationPeer. |
Methods
CreateItemAutomationPeer(Object)
When overridden in a derived class, creates a new instance of the Telerik.Windows.Controls.PaneGroupBaseAutomationPeer 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
|
Returns
System.Windows.Automation.Peers.ItemAutomationPeer
The data item that is associated with this Telerik.Windows.Controls.RadPaneAutomationPeer. |
Overrides
GetAutomationIdCore()
Gets the string that uniquely identifies the Telerik.Windows.Controls.Docking.PaneGroupBase that is associated with this Telerik.Windows.Controls.PaneGroupBaseAutomationPeer.
Declaration
protected override string GetAutomationIdCore()
Returns
System.String
A string that contains the UI Automation identifier. |
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
GetLocalizedControlTypeCore()
When overridden in a derived class, is called by System.Windows.Automation.Peers.AutomationPeer.GetLocalizedControlType().
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
System.String
The type of the control. |
GetNameCore()
Declaration
protected override string GetNameCore()
Returns
System.String
|