FileDialog.Options Property

Definition

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.

Applies to