CaseConversion


Function

 

Specifies whether to convert the alphabet to uppercase or lowercase.

 

Variable type

 

[ C#: enum System.Windows.Forms.CharacterCasing ] [ VB.NET: Enum System.Windows.Forms.CharacterCasing ] 

 

Initial value

 

Normal

 

Setting value

 

Value

Enumeration member

Description

0

Normal

No conversion

1

Upper

Converts alphabet to uppercase

2

Lower

Converts alphabet to lowercase

 

Remarks

 

Specifies whether to convert the alphabet to uppercase or lowercase.

This is valid when ImeMode is OFF and Disable.