New to Telerik UI for WPFStart a free 30-day trial

Automation peer class for WindowTitle class.

Definition

Namespace:Telerik.Windows.Automation.Peers

Assembly:Telerik.Windows.Controls.RibbonView.dll

Syntax:

C#
public class WindowTitleAutomationPeer : FrameworkElementAutomationPeer

Inheritance: objectWindowTitleAutomationPeer

Constructors

Initializes a new instance of the WindowTitleAutomationPeer class.

C#
public WindowTitleAutomationPeer(WindowTitle owner)
Parameters:ownerWindowTitle

Methods

Gets the control type for the element that is associated with the UI Automation peer.

C#
protected override AutomationControlType GetAutomationControlTypeCore()
Returns:

AutomationControlType

Gets a human readable name that, in addition to AutomationControlType, differentiates the control represented by this AutomationPeer.

C#
protected override string GetClassNameCore()
Returns:

string

C#
protected override string GetNameCore()
Returns:

string