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

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