Description: | Indicates the color to be used to highlight the text in the control or object. | ||||
Used in control(s): | |||||
Controls | CheckBox ComboBox CommandButton DriveList Edit | FileList FolderList Frame GroupBox ListBox | ListView OptionButton ProgressIndicator StaticText | Table TextBox Toolbar | |
Objects | Form | TableCell | |||
Values: | Refer to "Appendix A. Color Constants" and OLE_COLOR described in "Appendix C. Data Types" for details on color values. | ||||
CommandButton | It is only effective when the Highlight property is True and the UseSystemColor property is False. | ||||
Toolbar | The value indicates the highlight color of the texts for Button objects. It is only effective when the Highlight property is True, the UseSystemColor property is False, and the Style property is "1-Flat" or "2-FlatList". | ||||
Others | It is only effective when the Highlight property is True. | ||||
Default value: | |||||
Form | System's Highlight color. | ||||
TableCell | Table control's HighlightColor property. | ||||
Others | Container's HighlightColor property. | ||||
COBOL picture: | S9(9) COMP-5 | ||||
OLE data type: | OLE_COLOR | ||||
Design time access: | |||||
TableCell | Not accessible. | ||||
Others | Set and reference. | ||||
Execution time access: | Set and reference. | ||||
Backward compatibility attribute: | POW-TEXTBKCOLOR PIC X(4) |