InterfaceIImageMiniToolBar
Interface
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
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
The image inline element to which the mini toolbar is associated.
replaceCurrentImage
The action to be executed when the image inline is changed.
owner
The RadRichTextBox instance in which the image inline is contained.