Click or drag to resize

FolderPickerShowDialog Method (IntPtr, Boolean)

Displays the dialog.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
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: NullableBoolean
If the user clicks the OK button of the dialog that is displayed true is returned; otherwise, false.
See Also