Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
x:Object > DependencyObject > Visual > UIElement > FrameworkElement > Control > TextBoxBase, IInputElement
(usage) |
None. |
(description) |
A base type that provides functionality for text editing controls. |
[is default constructible] |
false |
[name property] |
Name |
[xml lang property] |
Language |
(properties) |
|
AcceptsReturn |
|
(description) |
A value that indicates how the text editing control responds when the user presses the ENTER key. |
AcceptsTab |
|
(description) |
A value that indicates how the text editing control responds when the user presses the TAB key. |
AutoWordSelection |
|
(description) |
A value that determines whether when a user selects part of a word by dragging across it with the mouse, the rest of the word is selected. |
CaretBrush (4) |
|
(description) |
The brush that is used to paint the caret of the text box. |
HorizontalScrollBarVisibility |
|
(description) |
A value that indicates whether a horizontal scroll bar is shown. |
IsReadOnly |
|
(description) |
A value that indicates whether the text editing control is read-only to a user interacting with the control. |
IsReadOnlyCaretVisible (4) |
|
(description) |
A value that indicates whether a read-only text box displays a caret. |
IsUndoEnabled |
|
(description) |
A value that indicates whether undo support is enabled for the text-editing control. |
SelectionBrush (4) |
|
(description) |
The brush that highlights selected text. |
SelectionOpacity (4) |
|
(description) |
The opacity of the SelectionBrush. |
UndoLimit |
|
(description) |
The number of actions stored in the undo queue. |
VerticalScrollBarVisibility |
|
(description) |
A value that indicates whether a vertical scroll bar is shown. |
(events) |
|
SelectionChanged |
Occurs when the text selection has changed. |
TextChanged |
Occurs when content changes in the text element. |