Click or drag to resize

StandardColorDialog Class (Typed)

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

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.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
Properties
  NameDescription
Public propertyStatic memberCustomColors
Top
Functions
  NameDescription
Public methodColor
Return the color that the user selected.
Public methodDestroy
Free memory resources allocated for a VObject object and its derived objects.
(Inherited from VObject.)
Public methodShow
Display a standard color dialog box. To retrieve the value that the user selected, use the StandardColorDialog:Color() method.
Top
Globals and Defines
  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