Click or drag to resize

SelectDialog Class

X#
Present the user with a standard color palette dialog box.
Inheritance Hierarchy
Object
  VObject
    StandardDialog
      StandardColorDialog
        SelectDialog

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

The SelectDialog type exposes the following members.

Constructors
  NameDescription
Public methodSelectDialog
Construct a standard color selection dialog.
Top
Methods
  NameDescription
Public methodColor
Return the color that the user selected.
(Inherited from StandardColorDialog.)
Public methodDestroy
Provide a method to free memory resources allocated for a StandardColorDialog object and its derived objects.
(Inherited from StandardColorDialog.)
Public methodShow
Display a standard color dialog box. To retrieve the value that the user selected, use the StandardColorDialog:Color() method.
(Inherited from StandardColorDialog.)
Top
Fields
  NameDescription
Public fieldoCargo
Cargo slot.
(Inherited from VObject.)
Top
Remarks
This type of dialog box presents the user with a palette of available colors as a series of "boxes," allowing the user to select a color by clicking a box. The user is not allowed to create or select custom colors.
See Also

Reference