Casio IT-2000W User Manual

Page 209

Advertising
background image

209

Keypad display/non-display property

Function

This is a property to switch between display and non-display of the keypad.

Property name

PadStatus

Type

short

Value

0 = non-display
1 = display (default)

Format

<In case of VC>

CVBControl* m_PadCtrl;

m_PadCtrl->SetNumProperty("PadShow", 0 or 1);

<In case of VB>

Padctrl1.PadShow = 0 or 1

Expansion key number property

Function

This is a property to set up the expansion key number to be registered or
deleted to/from the expansion pad.

Property name

KeyNo

Type

short

Value

Integer from 0 to 47

Format

<In case of VC>

CVBControl* m_PadCtrl;

m_PadCtrl->SetNumProperty("KeyNo", 0 to 47);

<In case of VB>

Padctrl1. KeyNo = 0 to 47

Expansion keypad number property

Function

This is a property to select the objective expansion key pad to/from which
the keys are registered or deleted.

Property name

ExtNo

Type

short

Value

1 = EXT1 pad
2 = EXT2 pad

Format

<In case of VC>

CVBControl* m_PadCtrl;

m_PadCtrl->SetNumProperty("ExtNo", 1 or 2);

<In case of VB>

Padctrl1. ExtNo = 1 or 2

Advertising