FileDialog::Options Property
.NET Framework (current version)
Gets the Win32 common file dialog flags that are used by file dialogs for initialization.
Assembly: PresentationFramework (in PresentationFramework.dll)
This value is used to display a file dialog with the current set of property values. The actual options are exposed as properties on the specific dialogs, but not documented as public flag values at this level, so the uses of this property are mainly internal, for use when implementing the derived classes OpenFileDialog and SaveFileDialog.
.NET Framework
Available since 3.0
Available since 3.0
Show: