ButtonHeight Property (AVirtualKeyboard)

Returns or sets the height for buttons on the keyboard.

Syntax

Object.ButtonHeight [ = lHeight ]

The ButtonHeight property syntax has the following parts:

 

Name

Type

Description

Object

AVirtualKeyboard

AVirtualKeyboard control

lHeight

Long

An integer specifying the height of the buttons.

Example

The following statement changes the Keyboard Buttons' Height.

m_keyboard.ButtonHeight=34

Applies to

AVirtualKeyboard

See Also

ButtonWidth, GroupVisible