Class AutoHideAreaAutomationPeer
Automation Peer for the AutoHideArea class.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.Docking.dll
Syntax
public class AutoHideAreaAutomationPeer : PaneGroupBaseAutomationPeer, ISelectionProvider
Constructors
AutoHideAreaAutomationPeer(AutoHideArea)
Initializes a new instance of the AutoHideAreaAutomationPeer class.
Declaration
public AutoHideAreaAutomationPeer(AutoHideArea owner)
Parameters
AutoHideArea
owner
The AutoHideArea that is associated with this AutoHideAreaAutomationPeer. |
Methods
GetAutomationIdCore()
Gets the string that uniquely identifies the Telerik.Windows.Controls.Docking.PaneGroupBase that is associated with this Telerik.Windows.Controls.PaneGroupBaseAutomationPeer.
Declaration
protected override string GetAutomationIdCore()
Returns
System.String
A string that contains the UI Automation identifier. |
Overrides
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
GetNameCore()
Declaration
protected override string GetNameCore()
Returns
System.String
|