Click or drag to resize

SearchBox Class

Search box control
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class SearchBox : TextBox

The SearchBox type exposes the following members.

Constructors
  NameDescription
Public methodSearchBox
Initializes a new instance of the SearchBox class
Top
Remarks
The search box control is similar to a plain text box, but provides platform-specific styling.
See Also