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