Represents a ribbon-based user interface for a RadRichTextBox control, providing a set of commandsand tools for rich text editing functionality.
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
[TelerikToolboxCategory("Documents")]
public class RadRichTextBoxRibbonUI : RadRibbonView
Inheritance: objectRadTabControlBaseRadRibbonViewRadRichTextBoxRibbonUI
Inherited Members
Constructors
C#
public RadRichTextBoxRibbonUI()
Fields
RichTextCommandProperty
DependencyProperty
C#
public static readonly DependencyProperty RichTextCommandProperty
ShouldCloseBackstageProperty
DependencyProperty
C#
public static readonly DependencyProperty ShouldCloseBackstageProperty
Methods
C#
public static RichTextBoxCommandBase GetRichTextCommand(DependencyObject obj)
C#
public static bool GetShouldCloseBackstage(DependencyObject obj)
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.
Overrides:
C#
public static void SetRichTextCommand(DependencyObject obj, RichTextBoxCommandBase value)
C#
public static void SetShouldCloseBackstage(DependencyObject obj, bool value)