ScrollableMessageBox..::..Show Method (String, String, MessageBoxButtons)
Shows the specified text.
Namespace:
UAOOI.Windows.FormsAssembly: CAS.Windows.Forms (in CAS.Windows.Forms.dll)
Syntax
public DialogResult Show( string text, string caption, MessageBoxButtons buttonType )
Parameters
- text
- Type: String
The text.
- caption
- Type: String
The caption.
- buttonType
- Type: MessageBoxButtons
Type of the button.