Click or drag to resize

StandardDialog Class (Typed)

X#
Provide the base class from which all X# standard dialog boxes are subclassed.
Inheritance Hierarchy
Object
  VObject
    StandardDialog
      StandardColorDialog
      StandardFileDialog
      StandardFolderDialog
      StandardFontDialog

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

The StandardDialog type exposes the following members.

Constructors
  NameDescription
Public methodStandardDialog
Construct a standard dialog.
Top
Functions
  NameDescription
Public methodDestroy
Free memory resources allocated for a VObject object and its derived objects.
(Inherited from VObject.)
Top
Globals and Defines
  NameDescription
Public fieldoCargo
Cargo slot.
(Inherited from VObject.)
Top
Remarks

Important! StandardDialog is an abstract class and should not be used directly—instead, use one of its subclasses, which include OpenDialog, PaletteDialog, SaveAsDialog, SelectDialog, and StandardFontDialog.
See Also