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

