[]
IFormattingDialog interface allows to customize the Format dialog.
public interface IFormattingDialog
Implement this interface by a windows dialog form and use it in CustomDialogs property.
| Name | Description |
|---|---|
| BindData(FormattingSupport) | Sets values related to the text format options to the dialog fields. |
| Show(IWin32Window) | Shows the dialog window. |