Transparent Property (AVirtualKeyboard)

Returns or sets the transparent scale (opacity) of the keyboard from [0-Opaque] to [255-Completely Transparent].

Syntax

Object.Transparent  [ = lValue ]

The Transparent property syntax has the following parts:

 

Name

Type

Description

Object

AVirtualKeyboard

AVirtualKeyboard object

lValue

Long

A number specifying transparent scale.

Comments

 

Example

The following statement sets transparent scale to 0 (Opaque):

m_keyboard.Transparent=0

Applies to

AVirtualKeyboard

See Also

BackColor, ButtonBackColor, ButtonForeColor, GroupBackColor, Show