Class SearchBox
Search box control which can gather text search input from the user.
Implements
System.IComparable
Namespace: FlaxEditor.GUI.Input
Assembly: FlaxEngine.CSharp.dll
Syntax
public class SearchBox : TextBox, IComparable, IDrawable
Constructors
SearchBox()
Init search box
Declaration
public SearchBox()
SearchBox(Boolean, Single, Single, Single)
Init search box
Declaration
public SearchBox(bool isMultiline, float x, float y, float width = 120F)
Parameters
System.Boolean
isMultiline
|
System.Single
x
|
System.Single
y
|
System.Single
width
|
Properties
ClearSearchButton
A button that clears the search bar.
Declaration
public Button ClearSearchButton { get; }
Property Value
Button
|