Description: | Defines the color mapping for the image. |
Used in control(s): | CommandButton |
Values (with constants): | 0 - No:(POW-COLORMAP-NO) 1 - Back:(POW-COLORMAP-BACK) 2 - All:(POW-COLORMAP-ALL) The image is mapped only when the ColorMap property is "1 - Back" or "2 - All" regardless of the value of the UseSystemColor property. PowerCOBOL maps the color of the ForeColor property to the Button Text color, and the color of the BackColor to the Button Background color if the UseSystemColor property is False. The system color always maps to the Button Highlight color and Shadow color. |
Default value: | 0 - No:(POW-COLORMAP-NO) |
COBOL picture: | S9(4) COMP-5 |
OLE data type: | VT_I2 |
Design time access: | Set and reference. |
Execution time access: | Not accessible. |
Backward compatibility attribute: | None. |