NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CharacterCasing Enumeration

Specifies the case of characters in a System.WinForms.Textbox control.

[Visual Basic]
Public Enum CharacterCasing
[C#]
public enum CharacterCasing
[C++]
public enum CharacterCasing

[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.

Remarks

Use the members of this enumeration to set the value of the CharacterCasing property of the TextBox control.

Members

Member Name Description
Lower Converts all characters to lowercase.
Normal The case of characters is left unchanged.
Upper Converts all characters to uppercase.

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

System.WinForms Namespace