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

◆ input_box_style

enum class xtd::forms::input_box_style
strong

Specifies constants defining which input_box style is used.

Header
#include <xtd/forms/input_box_style>
Namespace
xtd::forms
Library
xtd.forms
Remarks
This enumeration is used by the input_box class.
Enumerator
normal 

Single line text box.

multiline 

Multiline text box.

password 

Single line text box with password characters.