xtd 0.2.0
Loading...
Searching...
No Matches

◆ character_casing

enum class xtd::forms::character_casing
strong

Specifies the case of characters in a text_box control.

Header
#include <xtd/forms/character_casing>
Namespace
xtd::forms
Library
xtd.forms
Remarks
Use the members of this enumeration to set the value of the character_casing property of the text_box control.
Enumerator
normal 

The case of characters is left unchanged.

upper 

Converts all characters to uppercase.

lower 

Converts all characters to lowercase.