
- 278 -
MxMode(Mx : M1 to M5, M3H,M4H,M5H)
Sets or acquires the operation mode for the magic key, including that when the key is
half-pressed.
■ Syntax
[VB]
Public Shared Property MxMode As EN_MX_MODE
[C#]
public static EN_MX_MODE MxMode {get; set;}
■ Property
Operation mode
Parameter values
: As listed in EN_MX_MODE with the exception of EN_MX.MODE.IM
Default value
: M1 EN_MX_MODE.TAB
M2 EN_MX_MODE.NONE
M3 EN_MX_MODE.TRG
M4 EN_MX_MODE.TRG
M5 EN_MX_MODE.TRG
M3H EN_MX_MODE.LASER (BHT-200B)
M4H EN_MX_MODE.LASER (BHT-200B)
M5H EN_MX_MODE.LASER (BHT-200B)
M3H EN_MX_MODE.TRG (BHT-200Q)
M4H EN_MX_MODE.TRG (BHT-200Q)
M5H EN_MX_MODE.TRG (BHT-200Q)
■ Exceptions
Name of Exception Meaning
ArgumentException The specified parameter value(s) is invalid.
NotSupportedException The specified magic key does not exist.
[Ex.] Set the [M2] key function to the [CTRL] key.
[VB] Keys.Settings.M2Mode = Keys.EN_MX_MODE.CTRL
[C#] Keys.Settings.M2Mode = Keys.EN_MX_MODE.CTRL;
Kommentare zu diesen Handbüchern