Denso BHT-202Q Manual do Utilizador Página 296

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 407
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 295
KeyboardType
Acquires the keyboard type.
Syntax
[VB]
Public Shared ReadOnly Property KeyboardType
As EN_KEYBOARD_TYPE
[C#]
public static EN_KEYBOARD_TYPE KeyboardType {get;}
Property
Keyboard type
Exceptions
None
[Ex.] Check the key type.
[VB]
If DNWA.BHTCL.Keys.Settings.KeyboardType = _
Keys.Settings.EN_KEYBOARD_TYPE.TYPE1 Then
Console.WriteLine("27 keys")
Else
Console.WriteLine("42 keys")
End If
[C#]
if (DNWA.BHTCL.Keys.Settings.EN_KEYBOARD_TYPE.TYPE1
== DNWA.BHTCL.Keys.Settings.KeyboardType)
{
Console.WriteLine("27 keys");
}
else
{
Console.WriteLine("42 keys");
}
287
Vista de página 295
1 2 ... 291 292 293 294 295 296 297 298 299 300 301 ... 406 407

Comentários a estes Manuais

Sem comentários