This constructor opens a CUI file, with additional options.
Public Sub New( fileName As string, readOnly As bool, showMessageBox As bool )
public CustomizationSection( string fileName, bool readOnly, bool showMessageBox );
Parameters |
Description |
string fileName |
Input the name of the CUI file. |
bool readOnly |
Input whether or not to open the file as read-only. |
bool showMessageBox |
Input whether error and warning messages are to be displayed in a dialog: If set to true, displays in a dialog; otherwise, prints to the command line. |
Comments? |