Name | Description | |
---|---|---|
AcceptsEnter | Gets or set whether return characters are accepted as input. | |
AcceptsTab | Gets or set whether tab characters are accepted as input. | |
AllowContextPopup | Gets or sets whether the text box can display a context popup with the clipboard operations (Cut, Copy and Paste). | |
AlwaysShowCaret | Gets or sets whether to show the caret even when the text box does not have focus. | |
AlwaysShowSelection | Gets or sets whether to show selection even when the text box does not have focus. | |
CaretPos | Gets the current caret position. | |
CharacterCasing | Gets or sets the current character casing | |
ClearHistoryOnFocusOut | Gets or sets whether the text box should clear its history when the user moves the focus out of the control | |
Direction | Gets / sets the text direction | |
Hint | Gets or sets the text displayed when the text box is empty. | |
HintFill | Gets or sets the fill style of the text box hint. | |
MaxLength | Gets/Sets the maximum length of the text accepted by this text box. By default set to Int32.MaxValue. | |
Multiline | Gets or sets whether the text can span more than one line. | |
PasswordChar | Gets or sets the password char | |
ReadOnly | Gets or sets whether the text box allows the user to modify the text | |
RecordHistory | Gets or sets whether the text box will record history | |
SelectAllOnFocus | Gets or sets whether the text box will perform a select all operation when it gains focus | |
SelectionBackgroundFill | Gets/Sets the background fill of the selection. | |
SelectionTextFill | Gets/Sets the text fill of the selection. | |
ShowCaret | Gets / sets whether the text box must show the caret | |
Text | Gets or sets the text | |
TextAlign | Gets or sets the text alignment | |
WordWrap | Gets or sets whether lines are automatically word wrapped when multiline is enabled |