Show / Hide Table of Contents

    Class PopupItem

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll
    API Level:
    preview

    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
    API Level: preview
    View Source

    Text

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

    Declaration
    public string Text { get; }
    Property Value
    Type Description
    String
    API Level: preview

    Extension Methods

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