Struct native_windows_gui::TextBox [] [src]

pub struct TextBox { /* fields omitted */ }

A multi line textinput control

Methods

impl TextBox
[src]

Set or unset the readonly status on the control

Return true if the user cannot edit the content of the control or false if the user can

Set the maximum number of characters that the control can hold

Return the maximum number of characters that the control can hold

Trait Implementations

impl Control for TextBox
[src]

Should return the underlying handle to the object

Should return the type of the control. For custom controls, the return value should be Undefined (the default).

If specified, should free any ressource allocated in the template build function. This includes functions like DestroyWindow.