Click or drag to resize

GetFileDialogPropertiesEventArgsProperties Property

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

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

Property Value

Type: FileDialogEventProperties
The properties.
See Also