FolderPickerShowDialog Method (Boolean) |
Displays the dialog.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public bool? ShowDialog(
bool throwOnError = false
)
Parameters
- throwOnError (Optional)
- Type: SystemBoolean
if set to true errors can be thrown.
Return Value
Type:
NullableBooleanIf the user clicks the OK button of the dialog that is displayed true is returned; otherwise, false.
See Also