Click or drag to resize

FolderPickerShowDialog Method (Boolean)

Displays the dialog.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public bool? ShowDialog(
	bool throwOnError = false
)

Parameters

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