Xbasic
{COLORPICKER}
Syntax
{COLORPICKER= Width, Height Variable }
Arguments
- Width
Numeric. The width of the control.
- Height
Numeric. The height of the control.
- Variable
Character. The hexadecimal RGB value of the selected color.
- Enabled
Logical. Optional. See Enabled Syntax.
Description
The {COLORPICKER} control displays the Color Picker dialog and returns the hexadecimal value of the selected color.
Example
ui_dlg_box("color picker","{ColorPicker=16,1.5somecolor};[.20somecolor]")
Limitations
Desktop applications only
See Also