Show / Hide Table of Contents

    Class ContextPopupItem

    Definition

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

    It inherits ItemObject. An instance to the ContextPopup item is added.

    public class ContextPopupItem : ItemObject
    Inheritance
    Object
    ItemObject
    ContextPopupItem

    Properties

    View Source

    Icon

    Gets the Icon (type is EvasObject) property of the given ContextPopupItem.

    Declaration
    public EvasObject Icon { get; }
    Property Value
    Type Description
    EvasObject
    API Level: preview
    View Source

    Text

    Gets the Text property of the given ContextPopupItem.

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

    Events

    View Source

    Selected

    Selected will be triggered when the ContextPopupItem is selected.

    Declaration
    public event EventHandler Selected
    Event Type
    Type Description
    EventHandler
    API Level: preview

    Extension Methods

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