Returns or sets the background color for groups on the keyboard.
Object.GroupBackColor [ = clrBack ]
The GroupBackColor 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 groups buttons background color to Gray color:
m_keyboard.GroupBackColor=aclrGray