Returns or sets the background color for buttons on the keyboard.
Object.ButtonBackColor [ = clrBack ]
The ButtonBackColor property syntax has the following parts:
Name |
Type |
Description |
Object |
AVirtualKeyboard |
AVirtualKeyboard object |
clrBack |
A number specifying the background color of buttons on the keyboard. |
The following statement sets buttons background color to Light Gray color:
m_keyboard.ButtonBackColor=aclrLightGray
BackColor, ButtonForeColor, GroupBackColor, Transparent