UAOOI.Windows.Forms Namespace
UAOOI.Windows.Forms

ScrollableMessageBox..::..Show Method (String, String, MessageBoxButtons, MessageBoxIcon)

Shows the specified text.

Namespace:  UAOOI.Windows.Forms
Assembly:  CAS.Windows.Forms (in CAS.Windows.Forms.dll)

Syntax


public DialogResult Show(
	string text,
	string caption,
	MessageBoxButtons buttonType,
	MessageBoxIcon iconType
)

Parameters

text
Type: String
The text.
caption
Type: String
The caption.
buttonType
Type: MessageBoxButtons
Type of the button.
iconType
Type: MessageBoxIcon
Type of the icon.