Click or drag to resize

GetFileDialogPropertiesEventArgsProperties Property

Gets or sets the properties that the native proxy should retrive from the dialog box.

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

Property Value

Type: FileDialogEventProperties
The properties.
See Also