Click or drag to resize

StandardFileDialog Properties (Typed)

X#

The StandardFileDialog type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleCaption
Return or update the title displayed in the dialog window.
Public propertyDefExt
Return or update the default file extension displayed in the dialog window.
Public propertyDlgStyle
Public propertyCode exampleFileName
A string representing the name of the file which the user selected. If the user cancels, the file name is NULL_STRING.
Public propertyFilterIndex
A string representing the index of the effective filter.
Public propertyHideReadOnly
Public propertyCode exampleInitialDirectory
Set the initial directory for the dialog window. The tree control will be initially positioned accordingly.
Public propertyReadOnly
A logical value indicating that the file's read-only attribute is set.
Top
See Also