ScrollableMessageBox..::..Show Method (String, String, MessageBoxButtons, MessageBoxIcon)
   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, 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. 

