Skip to main content
.NET Framework Class Library
FileDialog..::.Options Property

Gets the Win32 common file dialog flags that are used by file dialogs for initialization.

Namespace: Microsoft.Win32
Assembly: PresentationFramework (in PresentationFramework.dll)
Syntax
Protected ReadOnly Property Options As Integer
	Get
protected int Options { get; }
protected:
property int Options {
	int get ();
}
member Options : int

Property Value

Type: System..::.Int32
A Int32 that contains the Win32 common file dialog flags that are used by file dialogs for initialization.
Remarks

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.

Version Information

.NET Framework

Supported in: 4, 3.5, 3.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1
Platforms

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.