Windows System Colors
The Windows system colors may be defined by the user under Windows. The following table lists the system color values and the associated defined keyword in PLBEQU.INC:
|
Value |
Keyword |
Returns the Windows color for ... |
|
2147483658 |
$ACTIVEBORDER |
active window border. |
|
2147483650 |
$ACTIVECAPTION |
active window caption. |
|
2147483660 |
$APPWORKSPACE |
background color of MDI applications. |
|
2147483649 |
$BACKGROUND |
desktop. |
|
2147483663 |
$BTNFACE |
face shading on buttons. |
|
2147483664 |
$BTNSHADOW |
edge shading on buttons. |
|
2147483668 |
$BTNHIGHLIGHT |
selected button. |
|
2147483666 |
$BTNTEXT |
text on push buttons. |
|
2147483657 |
$CAPTIONTEXT |
text in caption, size and scroll box. |
|
2147483665 |
$GRAYTEXT |
grayed (disabled text. |
|
2147483661 |
$HIGHLIGHT |
items selected in a control. |
|
2147483662 |
$HIGHLIGHTEXT |
text of items selected in a control. |
|
2147483659 |
$INACTIVEBORDER |
inactive window border. |
|
2147483651 |
$INACTIVECAPTION |
inactive caption. |
|
2147483667 |
$INACTIVECAPTIONTEXT |
text in an inactive caption. |
|
2147483652 |
$MENU |
menu background. |
|
2147483655 |
$MENUTEXT |
text in menus. |
|
2147483648 |
$SCROLLBAR |
scrollbar gray area. |
|
2147483653 |
$WINDOW |
window background. |
|
2147483654 |
$WINDOWFRAME |
window frame. |
|
2147483656 |
$WINDOWTEXT |
text in windows. |
See Also: Object Properties
![]() |