WindowTitleState
Enum
Describes the state of the Window Title.
Definition
Namespace:Telerik.Windows.Controls.RibbonView.Primitives
Assembly:Telerik.Windows.Controls.RibbonView.dll
Syntax:
C#
public enum WindowTitleState
Fields
The ApplicationNameOnly state for a window.
C#
ApplicationNameOnly = 2
The Both state for a window.
C#
Both = 3
The None state for a window.
C#
None = 0
The TitleOnly state for a window.
C#
TitleOnly = 1