Denso BHT-202Q Instrukcja Użytkownika Strona 341

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 407
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 340
ControlRotationKey
Sets or acquires the screen rotation control key.
Syntax
[VB]
Public Shared Property ControlRotationKey As Integer
[C#]
public static int ControlRotationKey {get; set;}
Property
Rotation control key (See table below)
Parameter values
: See table below.
Default value
: -1 (none)
Exceptions
Name of Exception Meaning
ArgumentException The specified parameter value(s) is invalid.
Note
The relationship between control keys and settings is as follows.
Rotation Control Key Setting Rotation Control Key Setting
[M1] 0x00000201 [SF] + [M1] 0x00010201
[M2] 0x00000202 [SF] + [M2] 0x00010202
[M3] 0x00000203 [SF] + [M3] 0x00010203
[Ex.] Set the screen rotation control key to the [M3] key.
[VB] Display.Settings.ControlRotationKey = 0x00000203
[C#] Display.Settings.ControlRotationKey = 0x00000203;
332
Przeglądanie stron 340
1 2 ... 336 337 338 339 340 341 342 343 344 345 346 ... 406 407

Komentarze do niniejszej Instrukcji

Brak uwag