Class WindowTitle
Used to render the RibbonTitle.
Inheritance
Namespace: Telerik.Windows.Controls.RibbonView.Primitives
Assembly: Telerik.Windows.Controls.RibbonView.dll
Syntax
public class WindowTitle : Control
Constructors
WindowTitle()
Fields
ApplicationNameProperty
Identifies the ApplicationName property.
Declaration
public static readonly DependencyProperty ApplicationNameProperty
Field Value
System.Windows.DependencyProperty
|
DividerVisibilityProperty
Identifies the DividerVisibility property.
Declaration
public static readonly DependencyProperty DividerVisibilityProperty
Field Value
System.Windows.DependencyProperty
|
IsActiveProperty
Identifies the IsActive property.
Declaration
public static readonly DependencyProperty IsActiveProperty
Field Value
System.Windows.DependencyProperty
|
TitleProperty
Identifies the Title property.
Declaration
public static readonly DependencyProperty TitleProperty
Field Value
System.Windows.DependencyProperty
|
Properties
ApplicationName
Gets or sets the name of the application.
Declaration
public string ApplicationName { get; set; }
Property Value
System.String
The name of the application. |
DividerVisibility
Gets or sets value that determines, whether the Divider is visible or not.
Declaration
public Visibility DividerVisibility { get; set; }
Property Value
System.Windows.Visibility
|
IsActive
Gets or sets a value indicating whether this instance is active.
Declaration
public bool IsActive { get; set; }
Property Value
System.Boolean
|
Title
Gets or sets the title.
Declaration
public string Title { get; set; }
Property Value
System.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 System.Windows.Controls.Control.ApplyTemplate.
Declaration
public override void OnApplyTemplate()
OnCreateAutomationPeer()
Creates an appropriate WindowTitleAutomationPeer for this control as part of the WPF/Silverlight infrastructure.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.Windows.Automation.Peers.AutomationPeer
|
ToString()
Returns a System.String that represents the current System.Object.
Declaration
public override string ToString()
Returns
System.String
A System.String that represents the current System.Object. |