Click or drag to resize

TextBoxCellIHandler Interface

Handler interface for the TextBoxCell.

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

The TextBoxCellIHandler type exposes the following members.

Properties
  NameDescription
Public propertyAutoSelectMode
Gets or sets the auto selection mode.
Public propertyTextAlignment
Gets or sets the horizontal alignment of the text within the cell.
Public propertyVerticalAlignment
Gets or sets the vertical alignment of the text within the cell.
Top
See Also