InterfaceISelectionMiniToolBar
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
Properties
Height
Gets or sets the height of the selection mini toolbar.
Declaration
double Height { get; }
Property Value
A double value representing the height in pixels.
Methods
SetOpacity(double)
Sets the opacity of the selection mini toolbar.
Declaration
void SetOpacity(double opacity)
Parameters
opacity
A double value representing the opacity level to set, where 0.0 is fully transparent and 1.0 is fully opaque.
Show(Point, RadRichTextBox)
Displays the selection mini toolbar at the specified point in the RadRichTextBox.
Declaration
void Show(Point location, RadRichTextBox radRichTextBox)
Parameters
location
Point
The point at which to show the selection mini toolbar.
radRichTextBox
The RadRichTextBox control in which the mini toolbar will be displayed.