Class RadRichTextBoxRibbonUI
Inheritance
System.Object
RadRichTextBoxRibbonUI
Inherited Members
Namespace: Telerik.Windows.Controls.RichTextBoxUI
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
[TelerikToolboxCategory("Documents")]
public class RadRichTextBoxRibbonUI : RadRibbonView, IThemable, IPopupWrapperOwner
Constructors
RadRichTextBoxRibbonUI()
Declaration
public RadRichTextBoxRibbonUI()
Fields
RichTextCommandProperty
Declaration
public static readonly DependencyProperty RichTextCommandProperty
Field Value
System.Windows.DependencyProperty
|
ShouldCloseBackstageProperty
Declaration
public static readonly DependencyProperty ShouldCloseBackstageProperty
Field Value
System.Windows.DependencyProperty
|
Methods
GetRichTextCommand(DependencyObject)
Declaration
public static RichTextBoxCommandBase GetRichTextCommand(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
|
Returns
RichTextBoxCommandBase
|
GetShouldCloseBackstage(DependencyObject)
Declaration
public static bool GetShouldCloseBackstage(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
|
Returns
System.Boolean
|
SetRichTextCommand(DependencyObject, RichTextBoxCommandBase)
Declaration
public static void SetRichTextCommand(DependencyObject obj, RichTextBoxCommandBase value)
Parameters
System.Windows.DependencyObject
obj
|
RichTextBoxCommandBase
value
|
SetShouldCloseBackstage(DependencyObject, Boolean)
Declaration
public static void SetShouldCloseBackstage(DependencyObject obj, bool value)
Parameters
System.Windows.DependencyObject
obj
|
System.Boolean
value
|