Shows or hides keyboard.
Object.Show (bShow [,lLeft] [,lTop])
The Show method syntax has the following parts:
|
Name |
Type |
Description |
|
Object |
AVirtualKeyboard |
AVirtualKeyboard object |
|
bShow |
Bool |
True for Show and False for Hide |
|
lLeft |
Long |
Specifies the position of the left edge of the keyboard. |
|
lTop |
Long |
Specifies the position of the top edge of the keyboard. |
The following example hides the keyboard :
m_keyboard.Show(False)