GroupBackColor Property (AVirtualKeyboard)

Returns or sets the background color for groups on the keyboard.

Syntax

Object.GroupBackColor [ = clrBack ]

The GroupBackColor property syntax has the following parts:

 

Name

Type

Description

Object

AVirtualKeyboard

AVirtualKeyboard object

clrBack

AColor

A number specifying the background color of buttons on the keyboard.

Comments

 

Example

The following statement sets groups buttons background color to Gray color:

m_keyboard.GroupBackColor=aclrGray

Applies to

AVirtualKeyboard

See Also

BackColor, ButtonBackColor, ButtonForeColor