Search box control
Inheritance Hierarchy
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public class SearchBox : TextBox
Public Class SearchBox
Inherits TextBox
type SearchBox =
class
inherit TextBox
end
The SearchBox type exposes the following members.
Constructors
| Name | Description |
---|
| SearchBox | Initializes a new instance of the SearchBox class |
TopRemarks
The search box control is similar to a plain text box, but provides platform-specific styling.
See Also