Class SelectionMiniToolBar
Inherited Members
Namespace: Telerik.Windows.Controls.RichTextBoxUI
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
public class SelectionMiniToolBar : MiniToolBarBase, ISelectionMiniToolBar
Constructors
SelectionMiniToolBar()
Declaration
public SelectionMiniToolBar()
Properties
ButtonAlignCenter
ButtonBold
ButtonBullets
ButtonDecrementFontSize
ButtonDecrementParagraphLeftIndent
Declaration
protected RadButton ButtonDecrementParagraphLeftIndent { get; }
Property Value
RadButton
|
ButtonIncrementFontSize
ButtonIncrementParagraphLeftIndent
Declaration
protected RadButton ButtonIncrementParagraphLeftIndent { get; }
Property Value
RadButton
|
ButtonItalic
ButtonNumbered
ButtonUnderline
FontFamilyComboBox
FontSizeComboBox
ForeColorPicker
HighlightColorPicker
Methods
Hide()
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
Show(Point, RadRichTextBox)
Declaration
public void Show(Point location, RadRichTextBox owner)
Parameters
System.Windows.Point
location
|
RadRichTextBox
owner
|
Implements
Explicit Interface Implementations
ISelectionMiniToolBar.Height
Declaration
double ISelectionMiniToolBar.Height { get; }
Returns
System.Double
|
Implements
ISelectionMiniToolBar.Width
Declaration
double ISelectionMiniToolBar.Width { get; }
Returns
System.Double
|