Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor.UICustomization Namespace / IFormattingDialog Interface
Members

In This Topic
    IFormattingDialog Interface
    In This Topic
    IFormattingDialog interface allows to customize the Format dialog.
    Object Model
    IFormattingDialog Interface
    Syntax
    'Declaration
     
    Public Interface IFormattingDialog 
    public interface IFormattingDialog 
    Remarks
    Implement this interface by a windows dialog form and use it in CustomDialogs property.
    See Also