Denso BHT-200QW Specifiche Pagina 284

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 377
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 283
- 282 -
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.KEY26 Then
Console.WriteLine("26 keys")
End If
[C#]
if (DNWA.BHTCL.Keys.Settings.EN_KEYBOARD_TYPE.KEY26
== DNWA.BHTCL.Keys.Settings.KeyboardType)
{
Console.WriteLine("26 keys");
}
Vedere la pagina 283
1 2 ... 279 280 281 282 283 284 285 286 287 288 289 ... 376 377

Commenti su questo manuale

Nessun commento