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

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