ClassSelectionMiniToolBar
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class SelectionMiniToolBar : MiniToolBarBase, ISelectionMiniToolBar
Inheritance: objectMiniToolBarBaseSelectionMiniToolBar
Implements:
Inherited Members
Constructors
SelectionMiniToolBar()
Declaration
public SelectionMiniToolBar()
Properties
ButtonAlignCenter
Declaration
protected RadToggleButton ButtonAlignCenter { get; }
Property Value
ButtonBold
Declaration
protected RadToggleButton ButtonBold { get; }
Property Value
ButtonBullets
Declaration
protected RadToggleButton ButtonBullets { get; }
Property Value
ButtonDecrementFontSize
Declaration
protected RadButton ButtonDecrementFontSize { get; }
Property Value
ButtonDecrementParagraphLeftIndent
Declaration
protected RadButton ButtonDecrementParagraphLeftIndent { get; }
Property Value
ButtonIncrementFontSize
Declaration
protected RadButton ButtonIncrementFontSize { get; }
Property Value
ButtonIncrementParagraphLeftIndent
Declaration
protected RadButton ButtonIncrementParagraphLeftIndent { get; }
Property Value
ButtonItalic
Declaration
protected RadToggleButton ButtonItalic { get; }
Property Value
ButtonNumbered
Declaration
protected RadToggleButton ButtonNumbered { get; }
Property Value
ButtonUnderline
Declaration
protected RadToggleButton ButtonUnderline { get; }
Property Value
FontFamilyComboBox
Declaration
protected RadComboBox FontFamilyComboBox { get; }
Property Value
FontSizeComboBox
Declaration
protected RadComboBox FontSizeComboBox { get; }
Property Value
ForeColorPicker
Declaration
protected RadColorPicker ForeColorPicker { get; }
Property Value
HighlightColorPicker
Declaration
protected RadColorPicker HighlightColorPicker { get; }
Property Value
Methods
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
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.
Show(Point, RadRichTextBox)
Displays the selection mini toolbar at the specified point in the RadRichTextBox.
Declaration
public void Show(Point location, RadRichTextBox owner)
Parameters
location
Point
The point at which to show the selection mini toolbar.
owner
Implements