Interface ISelectionMiniToolBar
Represents the interface for a selection mini toolbar that provides additional functionality and options for working with selected items in a UI context.
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
System.Double
A double value representing the height in pixels. |
Width
Gets or sets the width of the selection mini tool bar.
Declaration
double Width { get; }
Property Value
System.Double
The width of the selection mini tool bar in pixels. |
Methods
Hide()
Hides the selection mini toolbar.
Declaration
void Hide()
SetOpacity(Double)
Sets the opacity of the selection mini toolbar.
Declaration
void SetOpacity(double opacity)
Parameters
System.Double
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
System.Windows.Point
location
The point at which to show the selection mini toolbar. |
RadRichTextBox
radRichTextBox
The RadRichTextBox control in which the mini toolbar will be displayed. |