Class RadPaneAutomationPeer
Automation Peer for the Telerik.Windows.Controls.RadPane class.
Inherited Members
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.Docking.dll
Syntax
public class RadPaneAutomationPeer : RadTabItemAutomationPeer, ISelectionItemProvider
Constructors
RadPaneAutomationPeer(Object, PaneGroupBaseAutomationPeer)
Initializes a new instance of the RadPaneAutomationPeer class.
Declaration
public RadPaneAutomationPeer(object item, PaneGroupBaseAutomationPeer groupAutomationPeer)
Parameters
System.Object
item
|
PaneGroupBaseAutomationPeer
groupAutomationPeer
|
Methods
GetAutomationIdCore()
Gets the string that uniquely identifies the Telerik.Windows.Controls.RadPane that corresponds to the data item in the Telerik.Windows.Controls.RadPaneGroup collection that is associated with this Telerik.Windows.Controls.RadPaneAutomationPeer.
Declaration
protected override string GetAutomationIdCore()
Returns
System.String
A string that contains the UI Automation identifier. |
GetChildrenCore()
Gets collection of child elements of the Telerik.Windows.Controls.RadPane that corresponds to the data item in the Telerik.Windows.Controls.RadPaneGroup collection that is associated with this Telerik.Windows.Controls.RadPaneAutomationPeer.
Declaration
protected override List<AutomationPeer> GetChildrenCore()
Returns
System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer>
The collection of child elements. |
Overrides
GetClassNameCore()
Declaration
protected override string GetClassNameCore()
Returns
System.String
|
Overrides
GetHelpTextCore()
Declaration
protected override string GetHelpTextCore()
Returns
System.String
|
Overrides
GetItemStatusCore()
Declaration
protected override string GetItemStatusCore()
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()
Gets the core name for this Telerik.Windows.Controls.RadPaneAutomationPeer.
Declaration
protected override string GetNameCore()
Returns
System.String
|
Overrides
IsOffscreenCore()
Declaration
protected override bool IsOffscreenCore()
Returns
System.Boolean
|