ButtonForeColor Property (AVirtualKeyboard)

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

Syntax

Object.ButtonForeColor [ = clrFore ]

The ButtonForeColor property syntax has the following parts:

 

Name

Type

Description

Object

AVirtualKeyboard

AVirtualKeyboard object

clrFore

AColor

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

Comments

 

Example

The following statement sets buttons foreground color to Blue color:

m_keyboard.ButtonForeColor=aclrBlue

Applies to

AVirtualKeyboard

See Also

BackColor, ButtonBackColor, GroupBackColor