Class PaneHeaderAutomationPeer
Automation Peer for the Telerik.Windows.Controls.Docking.PaneHeader class.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Docking.dll
Syntax
public class PaneHeaderAutomationPeer : FrameworkElementAutomationPeer
Constructors
PaneHeaderAutomationPeer(PaneHeader)
Initializes a new instance of the PaneHeaderAutomationPeer class.
Declaration
public PaneHeaderAutomationPeer(PaneHeader owner)
Parameters
PaneHeader
owner
|
Methods
GetAutomationControlTypeCore()
Gets the automation control type for this Telerik.Windows.Controls.PaneHeaderAutomationPeer.
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
System.Windows.Automation.Peers.AutomationControlType
Custom automation control type. |
GetClassNameCore()
Gets the core class name for this Telerik.Windows.Controls.PaneHeaderAutomationPeer.
Declaration
protected override string GetClassNameCore()
Returns
System.String
|
GetLocalizedControlTypeCore()
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
System.String
|
GetNameCore()
Gets the core name for this Telerik.Windows.Controls.PaneHeaderAutomationPeer.
Declaration
protected override string GetNameCore()
Returns
System.String
|