Casio IT-2000W Technical Reference Manual page 209

Casio pda technical reference manual
Table of Contents

Advertisement

Keypad display/non-display property
Function
Property name
Type
Value
Format
Expansion key number property
Function
Property name
Type
Value
Format
Expansion keypad number property
Function
Property name
Type
Value
Format
This is a property to switch between display and non-display of the keypad.
PadStatus
short
0 = non-display
1 = display (default)
<In case of VC>
CVBControl* m_PadCtrl;
m_PadCtrl->SetNumProperty("PadShow", 0 or 1);
<In case of VB>
Padctrl1.PadShow = 0 or 1
This is a property to set up the expansion key number to be registered or
deleted to/from the expansion pad.
KeyNo
short
Integer from 0 to 47
<In case of VC>
CVBControl* m_PadCtrl;
m_PadCtrl->SetNumProperty("KeyNo", 0 to 47);
<In case of VB>
Padctrl1. KeyNo = 0 to 47
This is a property to select the objective expansion key pad to/from which
the keys are registered or deleted.
ExtNo
short
1 = EXT1 pad
2 = EXT2 pad
<In case of VC>
CVBControl* m_PadCtrl;
m_PadCtrl->SetNumProperty("ExtNo", 1 or 2);
<In case of VB>
Padctrl1. ExtNo = 1 or 2
209

Advertisement

Table of Contents
loading

Table of Contents