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(RadPane)
Initializes a new instance of the RadPaneAutomationPeer class.
Declaration
public RadPaneAutomationPeer(RadPane owner)
Parameters
RadPane
owner
The owner of the peer. |
Properties
Item
Gets the requested data item in the System.Windows.Controls.ItemsControl.Items collection that is associated with this System.Windows.Automation.Peers.ItemAutomationPeer.
Declaration
protected object Item { get; }
Property Value
System.Object
The requested data item. |
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
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
|