Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor.UICustomization Namespace / ITableItemDialog Interface
Members

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