Gets the Win32 common file dialog flags that are used by file dialogs for initialization.
Assembly: PresentationFramework (in PresentationFramework.dll)
Syntax . . :: . Int32
A Int32 that contains the Win32 common file dialog flags that are used by file dialogs for initialization.
Protected ReadOnly Property Options As Integer
Getprotected int Options { get; }protected:
property int Options {
int get ();
}member Options : int
Property Value
Type: SystemA 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.
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.