ButtonBackColor Property (AVirtualKeyboard)

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

Syntax

Object.ButtonBackColor [ = clrBack ]

The ButtonBackColor 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 buttons background color to Light Gray color:

m_keyboard.ButtonBackColor=aclrLightGray

Applies to

AVirtualKeyboard

See Also

BackColor, ButtonForeColor, GroupBackColor, Transparent