ClassWindowTitle
Used to render the RibbonTitle.
Definition
Namespace:Telerik.Windows.Controls.RibbonView.Primitives
Assembly:Telerik.Windows.Controls.RibbonView.dll
Syntax:
public class WindowTitle : Control
Inheritance: objectWindowTitle
Constructors
WindowTitle()
Initializes a new instance of the WindowTitle class.
Declaration
public WindowTitle()
Fields
ApplicationNameProperty
Identifies the ApplicationName property.
Declaration
public static readonly DependencyProperty ApplicationNameProperty
Field Value
DependencyProperty
DividerVisibilityProperty
Identifies the DividerVisibility property.
Declaration
public static readonly DependencyProperty DividerVisibilityProperty
Field Value
DependencyProperty
IsActiveProperty
Identifies the IsActive property.
Declaration
public static readonly DependencyProperty IsActiveProperty
Field Value
DependencyProperty
TitleProperty
Identifies the Title property.
Declaration
public static readonly DependencyProperty TitleProperty
Field Value
DependencyProperty
Properties
ApplicationName
Gets or sets the name of the application.
Declaration
public string ApplicationName { get; set; }
Property Value
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
Visibility
IsActive
Gets or sets a value indicating whether this instance is active.
Declaration
public bool IsActive { get; set; }
Property Value
True if this instance is active; otherwise, false.
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call .
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
AutomationPeer
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.