Casio IT-2000W Especificações Página 212

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 297
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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
Vista de página 211
1 2 ... 207 208 209 210 211 212 213 214 215 216 217 ... 296 297

Comentários a estes Manuais

Sem comentários