ClassRadRichTextBoxStatusBar
Represents a status bar for the RadRichTextBox that provides users with layout mode selection and zoom control. It is designed to display and manage the current layout mode and zoom percentage of the associated RichTextBox, allowing users to easily adjust document views. The status bar integrates components for layout mode selection and zoom control, and it automatically updates based on changes in the associated RichTextBox's state and properties.
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
[TelerikToolboxCategory("Documents")]
public class RadRichTextBoxStatusBar : Control
Inheritance: objectRadRichTextBoxStatusBar
Constructors
RadRichTextBoxStatusBar()
Declaration
public RadRichTextBoxStatusBar()
Fields
AssociatedRichTextBoxProperty
Declaration
public static readonly DependencyProperty AssociatedRichTextBoxProperty
Field Value
DependencyProperty
LayoutModeSelectorName
Declaration
public const string LayoutModeSelectorName = "layoutModeSelector"
Field Value
ZoomControllerName
Declaration
public const string ZoomControllerName = "zoomController"
Field Value
Properties
AssociatedRichTextBox
Declaration
public RadRichTextBox AssociatedRichTextBox { get; set; }
Property Value
SelectedLayoutMode
Declaration
public DocumentLayoutMode SelectedLayoutMode { get; set; }
Property Value
Methods
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
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.
OnSelectedLayoutModeChanged(EventArgs)
Declaration
protected virtual void OnSelectedLayoutModeChanged(EventArgs e)
Parameters
e
OnSelectedPageChanged(EventArgs)
Declaration
protected virtual void OnSelectedPageChanged(EventArgs e)
Parameters
e
OnZoomPercentChanged(EventArgs)
Declaration
protected virtual void OnZoomPercentChanged(EventArgs e)
Parameters
e
Events
SelectedLayoutModeChanged
Declaration
public event EventHandler SelectedLayoutModeChanged
Event Value
SelectedPageChanged
Declaration
public event EventHandler SelectedPageChanged
Event Value