FileDialog.Options Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the Win32 common file dialog flags that are used by file dialogs for initialization.
protected:
property int Options { int get(); };
protected int Options { get; }
member this.Options : int
Protected ReadOnly Property Options As Integer
Property Value
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.