Casio IT-2000W Technical Reference Manual page 210

Casio pda technical reference manual
Table of Contents

Advertisement

Expansion keycode property
Function
Property name
Type
Value
Format
Expansion key image property
Function
Property name
Type
Value
Format
Expansion pad operation property
Function
Property name
Type
Value
Format
This is a property to set up the keycode of the expansion key to be registered.
KeyCode
short
Keycode to be set
<In case of VC>
CVBControl* m_PadCtrl;
m_PadCtrl->SetNumProperty("KeyCode", keycode);
<In case of VB>
Padctrl1. KeyCode = keycode
This is a property to set up the key image of the expansion key to be
registered.
Ext1Data1 - Ext1Data48 (48 pieces)
Ext2Data1 - Ext2Data48 (48 pieces)
HPIC
Picture handle of the bitmap
<In case of VC>
CVBControl* m_PadCtrl;
m_PadCtrl->SetPictureProperty(Ext1Data1, picture handle)
<In case of VB>
Padctrl1. Ext1Data1 = LoadPicture( bitmap file name )
This is an action property to register, delete or delete-all the data to/from the
expansion pad.
ExtPad
short
1 = Register
2 = Delete
3 = Delete all
<In case of VC>
CVBControl* m_PadCtrl;
m_PadCtrl->SetNumProperty( "ExtPad", 1 or 2 or 3);
<In case of VB>
Padctrl1. ExtPad = 1 or 2 or 3
210
;

Advertisement

Table of Contents
loading

Table of Contents