This constructor creates a new CUI file.
Public Sub New( fileName As string, menuGroupName As string )
public CustomizationSection( string fileName, string menuGroupName );
Parameters |
Description |
string fileName |
Input the full path for the file being created. |
string menuGroupName |
Input the name of the MenuGroup. This will display in the tree view in the CUI dialog and the CUILoad dialog. |
Comments? |