
- 281 -
AllowChangeIM
Sets or acquires the enabling/disabling of the transition to the alphabet entry mode.
■ Syntax
[VB]
Public Shared Property AllowChangeIM As EN_CHANGE_IM
[C#]
public static EN_CHANGE_IM AllowChangeIM {get; set;}
■ Property
Enable/disable
Parameter values
: As listed in EN_CHANGE_IM
Default value
: EN_CHANGE_IM.ENABLE
■ Exceptions
Name of Exception Meaning
ArgumentException The specified parameter value(s) is invalid.
[Ex.] Disable transition to alphabet entry mode.
[VB] Keys.Settings.AllowChangeIM = Keys.Settings.EN_CHANGE_IM.DISABLE
[C#] Keys.Settings.AllowChangeIM = Keys.Settings.EN_CHANGE_IM.DISABLE;
Komentarze do niniejszej Instrukcji