ImageEditorDialog
Class
ImageEditorDialog
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI.Dialogs
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class ImageEditorDialog : RadRichTextBoxWindow, INotifyLayoutChange, IDragAware, IImageEditorDialog, IComponentConnector
Inheritance: objectWindowBaseRadWindowRadRichTextBoxWindowImageEditorDialog
Implements:
Inherited Members
Constructors
C#
public ImageEditorDialog()
Methods
InitializeComponent
C#
public void InitializeComponent()
Raises the event.
C#
protected override void OnClosed(WindowClosedEventArgs args)
The WindowClosedEventArgs instance containing the event data.
Overrides:
Shows the dialog. Specified insert image callback is applied on user confirmation.
C#
public void ShowDialog(Inline selectedImage, Action<Inline, Inline> replaceCurrentImageCallback, string executeToolName, RadRichTextBox owner)
The selected image.
replaceCurrentImageCallbackAction<Inline, Inline>The insert image callback.
executeToolNamestringownerRadRichTextBoxThe owner of the dialog.
Implements: