This constructor opens a CUI file.
Public Sub New( fileName As string, readOnly As bool )
public CustomizationSection( string fileName, bool readOnly );
Parameters |
Description |
string fileName |
Input the name of the CUI file. |
bool readOnly |
Input whether or not to open the file as read-only. |
Comments? |