ClassRadRichTextBoxRibbonUI
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:
[TelerikToolboxCategory("Documents")]
public class RadRichTextBoxRibbonUI : RadRibbonView
Inheritance: objectRadTabControlBaseRadRibbonViewRadRichTextBoxRibbonUI
Inherited Members
Constructors
RadRichTextBoxRibbonUI()
Declaration
public RadRichTextBoxRibbonUI()
Fields
RichTextCommandProperty
Declaration
public static readonly DependencyProperty RichTextCommandProperty
Field Value
DependencyProperty
ShouldCloseBackstageProperty
Declaration
public static readonly DependencyProperty ShouldCloseBackstageProperty
Field Value
DependencyProperty
Methods
GetRichTextCommand(DependencyObject)
Declaration
public static RichTextBoxCommandBase GetRichTextCommand(DependencyObject obj)
Parameters
obj
DependencyObject
Returns
GetShouldCloseBackstage(DependencyObject)
Declaration
public static bool GetShouldCloseBackstage(DependencyObject obj)
Parameters
obj
DependencyObject
Returns
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.
Overrides
SetRichTextCommand(DependencyObject, RichTextBoxCommandBase)
Declaration
public static void SetRichTextCommand(DependencyObject obj, RichTextBoxCommandBase value)
Parameters
obj
DependencyObject
value
SetShouldCloseBackstage(DependencyObject, bool)
Declaration
public static void SetShouldCloseBackstage(DependencyObject obj, bool value)
Parameters
obj
DependencyObject
value