IFormattingDialog interface allows to customize the Format dialog.

Namespace:  C1.Win.XmlEditor.UICustomization
Assembly:  C1.Win.XmlEditor.2 (in C1.Win.XmlEditor.2.dll)

Syntax

C#
public interface IFormattingDialog
Visual Basic (Declaration)
Public Interface IFormattingDialog

Remarks

Implement this interface by a windows dialog form and use it in CustomDialogs property.

See Also