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:
C#
[TelerikToolboxCategory("Documents")]
public class RadRichTextBoxStatusBar : Control
Inheritance: objectRadRichTextBoxStatusBar
Constructors
C#
public RadRichTextBoxStatusBar()
Fields
AssociatedRichTextBoxProperty
DependencyProperty
C#
public static readonly DependencyProperty AssociatedRichTextBoxProperty
C#
public const string LayoutModeSelectorName = "layoutModeSelector"
C#
public const string ZoomControllerName = "zoomController"
Properties
C#
public RadRichTextBox AssociatedRichTextBox { get; set; }
C#
public DocumentLayoutMode SelectedLayoutMode { get; set; }
Methods
C#
public override void OnApplyTemplate()
Raises the event. This method is invoked whenever is set to true internally.
C#
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Events
C#
public event EventHandler SelectedLayoutModeChanged
C#
public event EventHandler SelectedPageChanged
C#
public event EventHandler ZoomPercentChanged