UI_SELECT_COLOR2 Function
Syntax
Color_Name as C = ui_select_color2([C current_color ])
Arguments
- Color_Name
The name of the color as Defined within Alpha Anywhere ( View > Settings > Database > Colors ).
- current_color
Character
Description
Displays a pallette of system colors in a drop down menu, allowing user to select a color.
Example
? ui_select_color2() = "Pink"
The UI_SELECT_COLOR2() function displays a color selection palette and returns a color name.
Limitations
Desktop applications only.
See Also