Click or drag to resize

StandardColorDialog Class

X#
Provide the base class from which all X# color dialog boxes are subclassed.
Inheritance Hierarchy
Object
  VObject
    StandardDialog
      StandardColorDialog
        PaletteDialog
        SelectDialog

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

The StandardColorDialog type exposes the following members.

Constructors
  NameDescription
Public methodStandardColorDialog
Construct a standard color dialog.
Top
Methods
  NameDescription
Public methodColor
Return the color that the user selected.
Public methodDestroy
Provide a method to free memory resources allocated for a StandardColorDialog object and its derived objects.
(Overrides Destroy.)
Public methodShow
Display a standard color dialog box. To retrieve the value that the user selected, use the StandardColorDialog:Color() method.
Top
Fields
  NameDescription
Public fieldoCargo
Cargo slot.
(Inherited from VObject.)
Top
Remarks

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

Reference