Click or drag to resize

OpenDialog Properties

X#

The OpenDialog type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleCaption
Return or update the title displayed in the dialog window.
(Inherited from StandardFileDialog.)
Public propertyDefExt
Return or update the default file extension displayed in the dialog window.
(Inherited from StandardFileDialog.)
Public propertyDlgStyle (Inherited from StandardFileDialog.)
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.
(Inherited from StandardFileDialog.)
Public propertyFilterIndex
A string representing the index of the effective filter.
(Inherited from StandardFileDialog.)
Public propertyHideReadOnly (Inherited from StandardFileDialog.)
Public propertyCode exampleInitialDirectory
Set the initial directory for the dialog window. The tree control will be initially positioned accordingly.
(Inherited from StandardFileDialog.)
Public propertyReadOnly
A logical value indicating that the file's read-only attribute is set.
(Inherited from StandardFileDialog.)
Top
See Also