'Declaration
Public Overloads Sub Design( _ ByVal designerTitle As String, _ ByVal projectType As LlProject, _ ByVal projectFile As String, _ ByVal showFileSelect As Boolean _ )
public void Design( string designerTitle, LlProject projectType, string projectFile, bool showFileSelect )
public: void Design( String^ designerTitle, LlProject projectType, String^ projectFile, bool showFileSelect )
Parameters
- designerTitle
Window title for the Designer.
- projectType
Project type. See LlProject. Can also be set via the AutoProjectType Property.
- projectFile
File name of the project or default for the file selection dialog. Can also be set via the AutoProjectFile Property.
- showFileSelect
Use false to suppress the file selection dialog. Can also be set via the AutoShowSelectFile Property.