Class PopupItem

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll

    The PopupItem is a class that includes the icon and text.

    public class PopupItem : ItemObject
    Inheritance
    object
    ItemObject
    PopupItem

    Properties

    View Source

    Icon

    Gets the EvasObject icon of the popupitem.

    Declaration
    public EvasObject Icon { get; }
    Property Value
    Type Description
    EvasObject
    View Source

    Text

    Gets the text label of the popupitem. Return value is string.

    Declaration
    public string Text { get; }
    Property Value
    Type Description
    string

    Extension Methods

    ItemObjectExtension.ClearHighlight(ItemObject)
    ItemObjectExtension.GrabHighlight(ItemObject)
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX