FolderPickerShowDialog Method (IntPtr, Boolean) |
Displays the dialog.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public virtual bool? ShowDialog(
IntPtr owner,
bool throwOnError = false
)
Parameters
- owner
- Type: SystemIntPtr
Handle to the window that owns the dialog. - 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