FileDialog::Options Property
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Gets values to initialize the FileDialog.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System::Int32A bitwise combination of internal values that initializes the FileDialog.
The Options property corresponds to the flags used to initialize a file dialog box using Win32. Use the properties of the FileDialog class to get and set the options.
.NET Framework
Available since 1.1
Available since 1.1
Show: