[]
IImageItemDialog interface allows to customize the dialog used to insert or edit an image.
public interface IImageItemDialog
Implement this interface by a windows dialog form and use it in CustomDialogs property.
| Name | Description |
|---|---|
| BindData(XHTMLImageItem) | Assigns values to the dialog box fields. |
| Show(IWin32Window) | Shows the dialog window. |