Class
WindowTitle

Used to render the RibbonTitle.

Definition

Namespace:Telerik.Windows.Controls.RibbonView.Primitives

Assembly:Telerik.Windows.Controls.RibbonView.dll

Syntax:

cs-api-definition
public class WindowTitle : Control

Inheritance: objectWindowTitle

Constructors

WindowTitle()

Initializes a new instance of the WindowTitle class.

Declaration

cs-api-definition
public WindowTitle()

Fields

ApplicationNameProperty

Identifies the ApplicationName property.

Declaration

cs-api-definition
public static readonly DependencyProperty ApplicationNameProperty

Field Value

DependencyProperty

DividerVisibilityProperty

Identifies the DividerVisibility property.

Declaration

cs-api-definition
public static readonly DependencyProperty DividerVisibilityProperty

Field Value

DependencyProperty

IsActiveProperty

Identifies the IsActive property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsActiveProperty

Field Value

DependencyProperty

TitleProperty

Identifies the Title property.

Declaration

cs-api-definition
public static readonly DependencyProperty TitleProperty

Field Value

DependencyProperty

Properties

ApplicationName

Gets or sets the name of the application.

Declaration

cs-api-definition
public string ApplicationName { get; set; }

Property Value

string

The name of the application.

DividerVisibility

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

Declaration

cs-api-definition
public Visibility DividerVisibility { get; set; }

Property Value

Visibility

IsActive

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

Declaration

cs-api-definition
public bool IsActive { get; set; }

Property Value

bool

True if this instance is active; otherwise, false.

Title

Gets or sets the title.

Declaration

cs-api-definition
public string Title { get; set; }

Property Value

string

The title.

Methods

OnApplyTemplate()

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

Declaration

cs-api-definition
public override void OnApplyTemplate()

OnCreateAutomationPeer()

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

Declaration

cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer

OnInitialized(EventArgs)

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

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.

ToString()

Returns a string that represents the current object.

Declaration

cs-api-definition
public override string ToString()

Returns

string

A string that represents the current object.