IImageMiniToolBar
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:
C#
public interface IImageMiniToolBar
Derived Classes:
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)
The point where the mini toolbar should be displayed.
imageInlineImageInlineThe image inline element to which the mini toolbar is associated.
replaceCurrentImageAction<ImageInline>The action to be executed when the image inline is changed.
ownerRadRichTextBoxThe RadRichTextBox instance in which the image inline is contained.