Interface
IImageMiniToolBar

Represents the interface for an image mini toolbar that provides extensibility features for image editing in the application.

Definition

Namespace:Telerik.Windows.Documents.UI.Extensibility

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public interface IImageMiniToolBar

Methods

Hide()

Hides the image mini toolbar.

Declaration

cs-api-definition
void Hide()

Show(Point, ImageInline, Action<ImageInline>, RadRichTextBox)

Displays the image mini toolbar at the specified location for the given image inline element.

Declaration

cs-api-definition
void Show(Point location, ImageInline imageInline, Action<ImageInline> replaceCurrentImage, RadRichTextBox owner)

Parameters

location

Point

The point where the mini toolbar should be displayed.

imageInline

ImageInline

The image inline element to which the mini toolbar is associated.

replaceCurrentImage

Action<ImageInline>

The action to be executed when the image inline is changed.

owner

RadRichTextBox

The RadRichTextBox instance in which the image inline is contained.