Class SearchBar
SearchBar
Inherited Members
Namespace: Tizen.UIExtensions.ElmSharp
Assembly: Tizen.UIExtensions.ElmSharp.dll
Syntax
public class SearchBar : EditfieldEntry, IMeasurable, IBatchable, IEntry
Constructors
SearchBar(EvasObject)
Initializes a new instance of the SearchBar class.
Declaration
public SearchBar(EvasObject parent)
Parameters
Type | Name | Description |
---|---|---|
EvasObject | parent | Parent evas object. |
Methods
SetClearButtonColor(ElmSharp.Color)
Set the color of clear button
Declaration
public void SetClearButtonColor(ElmSharp.Color color)
Parameters
Type | Name | Description |
---|---|---|
ElmSharp.Color | color | The color to be set. |