New to Telerik UI for WPFStart a free 30-day trial

Definition

Namespace:Telerik.Windows.Controls.RichTextBoxUI

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public class SelectionMiniToolBar : MiniToolBarBase, ISelectionMiniToolBar

Inheritance: objectMiniToolBarBaseSelectionMiniToolBar

Implements: ISelectionMiniToolBar

Inherited Members MiniToolBarBase.popupMiniToolBarBase.radRichTextBoxMiniToolBarBase.ShowPopup(Point, RadRichTextBox)MiniToolBarBase.HidePopup()MiniToolBarBase.SetOpacity(double)MiniToolBarBase.IsPopupOpenMiniToolBarBase.IsTransparencyEnabled...

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: ISelectionMiniToolBar.Hide()

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)
Parameters:eEventArgs

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)
Parameters:locationPoint

The point at which to show the selection mini toolbar.

ownerRadRichTextBox

Implements: ISelectionMiniToolBar.Show(Point, RadRichTextBox)