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

Used to render the RibbonTitle.

Definition

Namespace:Telerik.Windows.Controls.RibbonView.Primitives

Assembly:Telerik.Windows.Controls.RibbonView.dll

Syntax:

C#
public class WindowTitle : Control

Inheritance: objectWindowTitle

Constructors

Initializes a new instance of the WindowTitle class.

C#
public WindowTitle()

Fields

ApplicationNameProperty

DependencyProperty

Identifies the ApplicationName property.

C#
public static readonly DependencyProperty ApplicationNameProperty

DividerVisibilityProperty

DependencyProperty

Identifies the DividerVisibility property.

C#
public static readonly DependencyProperty DividerVisibilityProperty

IsActiveProperty

DependencyProperty

Identifies the IsActive property.

C#
public static readonly DependencyProperty IsActiveProperty

TitleProperty

DependencyProperty

Identifies the Title property.

C#
public static readonly DependencyProperty TitleProperty

Properties

Gets or sets the name of the application.

C#
public string ApplicationName { get; set; }
Property Value:

The name of the application.

Gets or sets value that determines, whether the Divider is visible or not.

C#
public Visibility DividerVisibility { get; set; }

Gets or sets a value indicating whether this instance is active.

C#
public bool IsActive { get; set; }
Property Value:

True if this instance is active; otherwise, false.

Gets or sets the title.

C#
public string Title { get; set; }
Property Value:

The title.

Methods

When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call .

C#
public override void OnApplyTemplate()

Creates an appropriate WindowTitleAutomationPeer for this control as part of the WPF/Silverlight infrastructure.

C#
protected override AutomationPeer OnCreateAutomationPeer()
Returns:

AutomationPeer

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.

Returns a string that represents the current object.

C#
public override string ToString()
Returns:

string

A string that represents the current object.