Casio IT-2000W Spécifications Page 212

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 297
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 211
212
Deletion of expansion key pad
<In case of VC>
void Cclass::DeleteProp( int KeyNo, int ExtNo )
{
m_PadCtrl->SetNumProperty( "KeyNo", 0 ); // Registration of Key No.
(0 to 47)
m_PadCtrl->SetNumProperty( "ExtNo", 1 ); // Registration of expansion
pad No. (1 to 2)
m_PadCtrl->SetNumProperty( "ExtPad", 2 );
}
<In case of VB>
Private Sub Command2_Click()
Padctrl1. KeyNo = 0
Padctrl1. ExtNo = 1
Padctrl1. ExtPad = 2
End Sub
Deletion of all expansion pads
<In case of VC>
void Cclass::OnAlldelete()
{
m_PadCtrl->SetNumProperty( "ExtNo", 1 ); // Registration of
expansion pad No. (1 to 2)
m_PadCtrl->SetNumProperty( "ExtPad", 3 );
}
<In case of VB>
Private Sub Command3_Click()
Padctrl1. ExtNo = 1
Padctrl1. ExtPad = 3
End Sub
Vue de la page 211
1 2 ... 207 208 209 210 211 212 213 214 215 216 217 ... 296 297

Commentaires sur ces manuels

Pas de commentaire