Denso BHT-202Q Instrukcja Użytkownika Strona 213

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 407
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 212
VolumeTap
Sets or acquires the sound volume of the screen taps.
Syntax
[VB]
Public Shared Property VolumeTap As EN_VOLUME
[C#]
public static EN_VOLUME VolumeTap {get; set;}
Property
Sound volume
Parameter values
: EN_VOLUME values LEVEL_OFF to LEVEL2
Default value
: EN_VOLUME.LEVEL2
Exceptions
Name of Exception Meaning
ArgumentException The specified parameter value(s) is invalid.
[Ex.] Set the screen tap sound volume to maximum.
[VB] Beep.Settings.VolumeTap = Beep.Settings.EN_VOLUME.LEVEL2
[C#] Beep.Settings.VolumeTap = Beep.Settings.EN_VOLUME.LEVEL2;
204
Przeglądanie stron 212
1 2 ... 208 209 210 211 212 213 214 215 216 217 218 ... 406 407

Komentarze do niniejszej Instrukcji

Brak uwag