Click or drag to resize

FileDialogEventArgsOptions Property

Gets the current flags that are set to control dialog behavior. This is only valid for Common Dialog boxes.

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

Property Value

Type: FILEOPENDIALOGOPTIONS
The options.
See Also