Class RadPaneGroupAutomationPeer
Automation Peer for the RadPaneGroup class.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.Docking.dll
Syntax
public class RadPaneGroupAutomationPeer : PaneGroupBaseAutomationPeer, ISelectionProvider
Constructors
RadPaneGroupAutomationPeer(RadPaneGroup)
Initializes a new instance of the RadPaneGroupAutomationPeer class.
Declaration
public RadPaneGroupAutomationPeer(RadPaneGroup owner)
Parameters
RadPaneGroup
owner
The RadPaneGroup that is associated with this RadPaneGroupAutomationPeer. |
Properties
RadPaneGroupOwner
Gets the RadPaneGroup that is associated with this RadPaneGroupAutomationPeer.
Declaration
protected RadPaneGroup RadPaneGroupOwner { get; }
Property Value
RadPaneGroup
|
Methods
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. |
Overrides
GetNameCore()
Declaration
protected override string GetNameCore()
Returns
System.String
|