Class LayoutModeSelector
Inheritance
System.Object
LayoutModeSelector
Namespace: Telerik.Windows.Controls.RichTextBoxUI.StatusBar
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class LayoutModeSelector : Control
Constructors
LayoutModeSelector()
Declaration
public LayoutModeSelector()
Fields
PrintLayoutButtonName
Declaration
public const string PrintLayoutButtonName = "btnPrintLayout"
Field Value
System.String
|
WebLayoutButtonName
Declaration
public const string WebLayoutButtonName = "btnWebLayout"
Field Value
System.String
|
Properties
SelectedLayoutMode
Declaration
public DocumentLayoutMode SelectedLayoutMode { get; set; }
Property Value
DocumentLayoutMode
|
Methods
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
OnInitialized(EventArgs)
Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
The System.Windows.RoutedEventArgs that contains the event data. |
Events
SelectedLayoutModeChanged
Declaration
public event EventHandler SelectedLayoutModeChanged
Event Type
System.EventHandler
|