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

◆ character_casing() [2/2]

virtual text_box & xtd::forms::text_box::character_casing ( xtd::forms::character_casing  value)
virtual

Sets whether the text_box control modifies the case of characters as they are typed.

Parameters
valueOne of the xtd::forms::character_casing enumeration values that specifies whether the text_box control modifies the case of characters. The default is xtd::forms::character_casing::normal.
Returns
Current text_box instance.
Remarks
You can use the character_casing property to change the case of characters as required by your application. For example, you could change the case of all characters entered in a text_box control used for password entry to uppercase or lowercase to enforce a policy for passwords.