WindowTitle
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
Initializes a new instance of the WindowTitle class.
public WindowTitle()
Fields
ApplicationNameProperty
DependencyProperty
Identifies the ApplicationName property.
public static readonly DependencyProperty ApplicationNameProperty
DividerVisibilityProperty
DependencyProperty
Identifies the DividerVisibility property.
public static readonly DependencyProperty DividerVisibilityProperty
IsActiveProperty
DependencyProperty
Identifies the IsActive property.
public static readonly DependencyProperty IsActiveProperty
TitleProperty
DependencyProperty
Identifies the Title property.
public static readonly DependencyProperty TitleProperty
Properties
Gets or sets the name of the application.
public string ApplicationName { get; set; }
The name of the application.
DividerVisibility
Visibility
Gets or sets value that determines, whether the Divider is visible or not.
public Visibility DividerVisibility { get; set; }
Gets or sets a value indicating whether this instance is active.
public bool IsActive { get; set; }
True if this instance is active; otherwise, false.
Methods
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call .
public override void OnApplyTemplate()
OnCreateAutomationPeer()
AutomationPeer
Creates an appropriate WindowTitleAutomationPeer for this control as part of the WPF/Silverlight infrastructure.
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.