[]
        
(Showing Draft Content)

C1.Win.C1Editor.UICustomization.IMessageBox.Show

Show Method

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

Shows the dialog window.

Declaration
DialogResult Show(IWin32Window owner, string text, string caption, MessageBoxButtons buttons, MessageBoxIcon icon)
Parameters
Type Name Description
IWin32Window owner

Any object that implements IWin32Window that represents the top-level window that will own the modal dialog box.

string text

The text to display in the message box.

string caption

The text to display in the title bar of the message box.

MessageBoxButtons buttons

One of the MessageBoxButtons values that specifies which buttons to display in the message box.

MessageBoxIcon icon

One of the MessageBoxIcon values that specifies which icon to display in the message box.

Returns
Type Description
DialogResult

One of the DialogResult values.