OpenProjectOptions
Properties
Name | Type | Access | Min Version | Description |
---|---|---|---|---|
showConvertProjectDialog | boolean | R | 25.0 | Get whether the convert project dialog is shown on project open/close |
showLocateFileDialog | boolean | R | 25.0 | Get whether locate file dialog is shown on project open/close |
showWarningDialog | boolean | R | 25.0 | Get whether the warning file dialog is shown on project open/close |
addToMRUList | boolean | R | 25.0 | Get whether to add project changes to MRU list |
Instance Methods
setAddToMRUList
25.0OpenProjectOptions
Set whether to add to MRU list after project changes
Parameters
Name | Type | Description |
---|---|---|
addToMRUList | boolean | - |
setShowConvertProjectDialog
25.0OpenProjectOptions
Set whether to show the convert project dialog on project open/close
Parameters
Name | Type | Description |
---|---|---|
showConvertProjectDialog | boolean | - |
setShowLocateFileDialog
25.0OpenProjectOptions
Set whether to show the locate file dialog on project open/close
Parameters
Name | Type | Description |
---|---|---|
showLocateFileDialog | boolean | - |
setShowWarningDialog
25.0OpenProjectOptions
Set whether to show the warning file dialog on project open/close
Parameters
Name | Type | Description |
---|---|---|
showConvertProjectDialog | boolean | - |