Class WindowTitleAutomationPeer
Automation peer class for WindowTitle class.
Inheritance
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.RibbonView.dll
Syntax
public class WindowTitleAutomationPeer : FrameworkElementAutomationPeer
Constructors
WindowTitleAutomationPeer(WindowTitle)
Initializes a new instance of the WindowTitleAutomationPeer class.
Declaration
public WindowTitleAutomationPeer(WindowTitle owner)
Parameters
WindowTitle
owner
|
Methods
GetAutomationControlTypeCore()
Gets the control type for the element that is associated with the UI Automation peer.
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
System.Windows.Automation.Peers.AutomationControlType
|
GetClassNameCore()
Gets a human readable name that, in addition to AutomationControlType, differentiates the control represented by this AutomationPeer.
Declaration
protected override string GetClassNameCore()
Returns
System.String
|
GetNameCore()
Declaration
protected override string GetNameCore()
Returns
System.String
|