Click or drag to resize

FileDialogEventArgsIsFolderPicker Property

The context is a Folder Picker dialog. This is only valid for Common Dialog boxes.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public bool IsFolderPicker { get; }

Property Value

Type: Boolean
true if the context is a Folder Picker dialog; false otherwise.
See Also