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

In This Topic
    IColumnItemDialog Interface
    In This Topic
    IColumnItemDialog interface allows to customize the dialog used to insert or edit a table column.
    Object Model
    IColumnItemDialog Interface
    Syntax
    'Declaration
     
    Public Interface IColumnItemDialog 
    public interface IColumnItemDialog 
    Remarks
    Implement this interface by a windows dialog form and use it in CustomDialogs property.
    See Also