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

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