ButtonWidth Property (AVirtualKeyboard)

Returns or sets the width for buttons on the keyboard.

Syntax

Object.ButtonWidth [ = lWidth ]

The ButtonWidth property syntax has the following parts:

 

Name

Type

Description

Object

AVirtualKeyboard

AVirtualKeyboard control

lWidth

Long

An integer specifying the Width of the buttons.

Example

The following statement changes the Keyboard Buttons' Width.

m_keyboard.ButtonWidth=34

Applies to

AVirtualKeyboard

See Also

ButtonHeight, GroupVisible