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

◆ character_casing() [1/2]

virtual xtd::forms::character_casing xtd::forms::text_box::character_casing ( ) const
virtualnoexcept

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

Returns
One 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.
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.