FolderPickerShowDialog Method (Boolean) |
Displays the dialog.
Namespace:
callback.ShellBoost.Core.Utilities
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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