Denso BHT-200QW Spécifications Page 284

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 377
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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");
}
Vue de la page 283
1 2 ... 279 280 281 282 283 284 285 286 287 288 289 ... 376 377

Commentaires sur ces manuels

Pas de commentaire