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