Click or drag to resize

TextAreaIHandler Interface

Handler interface for the TextArea

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IHandler : TextControlIHandler, 
	CommonControlIHandler, ControlIHandler, WidgetIHandler

The TextAreaIHandler type exposes the following members.

Properties
  NameDescription
Public propertyAcceptsReturn
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.
Public propertyAcceptsTab
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.
Public propertyCaretIndex
Gets or sets the index of the insertion caret.
Public propertyReadOnly
Gets or sets a value indicating whether this TextArea is read only.
Public propertySelectedText
Gets or sets the selected text.
Public propertySelection
Gets or sets the range of selected text.
Public propertySpellCheck
Gets or sets a value indicating whether this TextArea will perform spell checking.
Public propertySpellCheckIsSupported
Gets a value indicating whether the SpellCheck property is supported on the control's platform.
Public propertySupportedTextReplacements
Gets the text replacements that this control supports on the current platform.
Public propertyTextAlignment
Gets or sets the horizontal alignment of the text.
Public propertyTextReplacements
Gets or sets a hint value indicating whether this TextArea will automatically correct text.
Public propertyWrap
Gets or sets a value indicating whether text will wrap if lines are longer than the width of the control.
Top
Methods
  NameDescription
Public methodAppend
Append the specified text to the control and optionally scrolls to make the inserted text visible.
Public methodSelectAll
Selects all text.
Top
See Also