IHandler Properties |
The TextAreaIHandler type exposes the following members.
Name | Description | |
---|---|---|
AcceptsReturn |
Gets or sets a value indicating whether the return key is inserted into the text area, or if it should be ignored by this control.
| |
AcceptsTab |
Gets or sets a value indicating whether the tab key is inserted into the text area, or if it should be ignored by this control and used
for navigating to the next control.
| |
CaretIndex |
Gets or sets the index of the insertion caret.
| |
ReadOnly |
Gets or sets a value indicating whether this TextArea is read only.
| |
SelectedText |
Gets or sets the selected text.
| |
Selection |
Gets or sets the range of selected text.
| |
SpellCheck |
Gets or sets a value indicating whether this TextArea will perform spell checking.
| |
SpellCheckIsSupported |
Gets a value indicating whether the SpellCheck property is supported on the control's platform.
| |
SupportedTextReplacements |
Gets the text replacements that this control supports on the current platform.
| |
TextAlignment |
Gets or sets the horizontal alignment of the text.
| |
TextReplacements |
Gets or sets a hint value indicating whether this TextArea will automatically correct text.
| |
Wrap |
Gets or sets a value indicating whether text will wrap if lines are longer than the width of the control.
|