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

In This Topic
    IMessageBox Interface
    In This Topic
    IMessageBox interface allows to customize the standard MessageBox.Show dialog.
    Object Model
    IMessageBox Interface
    Syntax
    'Declaration
     
    Public Interface IMessageBox 
    public interface IMessageBox 
    Remarks
    Implement this interface by a windows dialog form and use it in CustomDialogs property.
    See Also