Click or drag to resize

StandardFolderDialog.Show Method (Typed)

X#
Display a standard folder dialog box. To retrieve the value that the user selected, use the relevant method of the specific subclass.

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.
Remarks
The item selected by the user can be retrieved with the StandardFolderDialog:Result property.
See Also