Show Method (AVirtualKeyboard)

Shows or hides keyboard.

Syntax

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.

Comments
 

Example

The following example hides the keyboard :

m_keyboard.Show(False)

Applies to

AVirtualKeyboard

See Also

Move