Click or drag to resize

StandardFileDialog.Show Method

X#
Display a standard file dialog box. To retrieve the value that the user selected, use the StandardFileDialog:FileName property.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Show() AS USUAL
Request Example View Source

Return Value

Type: Usual
TRUE if successful; otherwise, FALSE.
See Also