Click or drag to resize

OpenDialog Methods

X#

The OpenDialog type exposes the following members.

Functions
  NameDescription
Public methodDestroy
Free memory resources allocated for a VObject object and its derived objects.
(Inherited from StandardFileDialog.)
Public methodDispatch
Intercept messages normally handled by the dialog box procedure in COMMDLG.DLL. Override this method to add your own custom processing.
(Inherited from StandardFileDialog.)
Public methodhelp
Provide a means of displaying help when the HELP button is pressed. The HELP push button will be displayed if the SetStyle(OFN_SHOWHELP) message has been sent to the dialog object.
(Inherited from StandardFileDialog.)
Public methodCode exampleSetFilter
Set single or multiple filters and descriptions for the standard dialogs. If multiple filters are specified, a filter index may also be specified.
(Inherited from StandardFileDialog.)
Public methodCode exampleSetStyle
Set the style for the dialog window.
(Inherited from StandardFileDialog.)
Public methodSetStyleEx
Set the Exstyle for the dialog window.
(Inherited from StandardFileDialog.)
Public methodShow
Display a standard file dialog box. To retrieve the value that the user selected, use the StandardFileDialog:FileName property.
(Inherited from StandardFileDialog.)
Top
See Also