Returns or sets the transparent scale (opacity) of the keyboard from [0-Opaque] to [255-Completely Transparent].
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. |
The following statement sets transparent scale to 0 (Opaque):
m_keyboard.Transparent=0
BackColor, ButtonBackColor, ButtonForeColor, GroupBackColor, Show