Click or drag to resize

StandardFileDialog.Show Method (Typed)

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

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

Return Value

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