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