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

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:

C#
public interface IImageMiniToolBar

Derived Classes: ImageMiniToolBar

Methods

Hides the image mini toolbar.

C#
void Hide()

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

C#
void Show(Point location, ImageInline imageInline, Action<ImageInline> replaceCurrentImage, RadRichTextBox owner)
Parameters:locationPoint

The point where the mini toolbar should be displayed.

imageInlineImageInline

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

replaceCurrentImageAction<ImageInline>

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

ownerRadRichTextBox

The RadRichTextBox instance in which the image inline is contained.