Returns or sets the foreground color for buttons on the keyboard.
Object.ButtonForeColor [ = clrFore ]
The ButtonForeColor property syntax has the following parts:
Name |
Type |
Description |
Object |
AVirtualKeyboard |
AVirtualKeyboard object |
clrFore |
A number specifying the foreground color of buttons on the keyboard. |
The following statement sets buttons foreground color to Blue color:
m_keyboard.ButtonForeColor=aclrBlue