Casio IT-2000W Specifiche Pagina 212

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 297
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 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
Vedere la pagina 211
1 2 ... 207 208 209 210 211 212 213 214 215 216 217 ... 296 297

Commenti su questo manuale

Nessun commento