Click or drag to resize

StandardFolderDialog Class (Typed)

X#
Encapsulate a standard folder dialog.
Inheritance Hierarchy
Object
  VObject
    StandardDialog
      StandardFolderDialog

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 CLASS StandardFolderDialog INHERIT StandardDialog
Request Example View Source

The StandardFolderDialog type exposes the following members.

Constructors
  NameDescription
Public methodStandardFolderDialog
Construct a standard folder dialog.
Top
Properties
  NameDescription
Public propertyFolderName
The name of the selected folder or directory (same as StandardFolderDialog:Result).
Public propertyResult
The name of the selected folder or directory (same as StandardFolderDialog:FolderName).
Top
Functions
  NameDescription
Public methodDestroy
Free memory resources allocated for a VObject object and its derived objects.
(Inherited from VObject.)
Public methodShow
Display a standard folder dialog box. To retrieve the value that the user selected, use the relevant method of the specific subclass.
Top
Globals and Defines
  NameDescription
Public fieldoCargo
Cargo slot.
(Inherited from VObject.)
Top
Remarks
The standard folder dialog allows the user to select a folder or directory interactively.
See Also