New to Telerik UI for WPFStart a free 30-day trial

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

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)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.

C#
protected virtual void OnSelectedLayoutModeChanged(EventArgs e)
Parameters:eEventArgs
C#
protected virtual void OnSelectedPageChanged(EventArgs e)
Parameters:eEventArgs
C#
protected virtual void OnZoomPercentChanged(EventArgs e)
Parameters:eEventArgs

Events

C#
public event EventHandler SelectedLayoutModeChanged
C#
public event EventHandler SelectedPageChanged
C#
public event EventHandler ZoomPercentChanged