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