Provides the automation peer for the RadPanelBar class, enabling UI Automation client applications to interact with the RadPanelBar control. This class derives from RadTreeViewAutomationPeer and implements control-specific logic for automation behaviors, including retrieving class names, help texts, child items, names, statuses, and localized control types. The automation peer facilitates the accessibility of the RadPanelBar, ensuring that users with assistive technologies can effectively navigate and interact with its elements.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
public class RadPanelBarAutomationPeer : RadTreeViewAutomationPeer, ISelectionProvider
Inheritance: objectRadTreeViewAutomationPeerRadPanelBarAutomationPeer
Implements:
Inherited Members
Constructors
Initializes a new instance of the RadPanelBarAutomationPeer class.
Methods
Gets the control type for the UIElement that is associated with this . This method is called by .
protected override AutomationControlType GetAutomationControlTypeCore()
AutomationControlType
The enumeration value.
Overrides:
Gets the collection of child elements of the UIElement that is associated with this . This method is called by .
protected override List<AutomationPeer> GetChildrenCore()
List<AutomationPeer>
A list of child AutomationPeer elements.
Overrides: