ISelectionMiniToolBar
Represents the interface for a selection mini toolbar that provides additional functionality and options for working with selected items in a UI context.
Definition
Namespace:Telerik.Windows.Documents.UI.Extensibility
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public interface ISelectionMiniToolBar
Derived Classes:
Properties
Gets or sets the height of the selection mini toolbar.
double Height { get; }
A double value representing the height in pixels.
Methods
Hides the selection mini toolbar.
void Hide()
Sets the opacity of the selection mini toolbar.
void SetOpacity(double opacity)
A double value representing the opacity level to set, where 0.0 is fully transparent and 1.0 is fully opaque.
Displays the selection mini toolbar at the specified point in the RadRichTextBox.
void Show(Point location, RadRichTextBox radRichTextBox)
The point at which to show the selection mini toolbar.
radRichTextBoxRadRichTextBoxThe RadRichTextBox control in which the mini toolbar will be displayed.