[]
        
(Showing Draft Content)

C1.Win.C1Editor.UICustomization.IMessageBox

IMessageBox Interface

IMessageBox interface allows to customize the standard MessageBox.Show dialog.

Namespace: C1.Win.C1Editor.UICustomization
Assembly: C1.Win.C1Editor.4.8.dll
Syntax
public interface IMessageBox
Remarks

Implement this interface by a windows dialog form and use it in CustomDialogs property.

Methods

Name Description
Show(IWin32Window, string, string, MessageBoxButtons, MessageBoxIcon)

Shows the dialog window.