Show / Hide Table of Contents

    Class SearchBar

    SearchBar

    Inheritance
    System.Object
    Entry
    EditfieldEntry
    SearchBar
    Implements
    IMeasurable
    IBatchable
    IEntry
    Inherited Members
    EditfieldEntry.IsTextBlockFocused
    EditfieldEntry.BackgroundColor
    EditfieldEntry.EnableClearButton
    EditfieldEntry.ClearButtonColor
    EditfieldEntry.SetFocusOnTextBlock(Boolean)
    EditfieldEntry.Measure(Double, Double)
    EditfieldEntry.CreateHandle(EvasObject)
    EditfieldEntry.OnTextChanged(String, String)
    EditfieldEntry.CreateEditFieldLayout(EvasObject)
    EditfieldEntry.UpdateEnableClearButton()
    Entry.TextBlockFocused
    Entry.TextBlockUnfocused
    Entry.EntryLayoutFocused
    Entry.EntryLayoutUnfocused
    Entry.TextChanged
    Entry.Text
    Entry.TextColor
    Entry.FontFamily
    Entry.FontAttributes
    Entry.FontSize
    Entry.HorizontalTextAlignment
    Entry.Keyboard
    Entry.Placeholder
    Entry.PlaceholderColor
    Entry.OnTextBlockFocused()
    Entry.OnTextBlcokUnfocused()
    Entry.OnEntryLayoutFocused()
    Entry.OnEntryLayoutUnfocused()
    Entry.IBatchable.OnBatchCommitted()
    Entry.SetInternalPlaceholderAndStyle(String)
    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.

    Implements

    IMeasurable
    IBatchable
    IEntry

    Extension Methods

    BatchableExtensions.BatchBegin(IBatchable)
    BatchableExtensions.BatchCommit(IBatchable)
    BatchableExtensions.IsBatched(IBatchable)
    Back to top Copyright © 2021 Samsung
    Generated by DocFX