Class ContextPopupItem

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll

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

    [Obsolete("This has been deprecated in API12")]
    public class ContextPopupItem : ItemObject
    Inheritance
    object
    ItemObject
    ContextPopupItem

    Properties

    View Source

    Icon

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

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public EvasObject Icon { get; }
    Property Value
    Type Description
    EvasObject
    View Source

    Text

    Gets the Text property of the given ContextPopupItem.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public string Text { get; }
    Property Value
    Type Description
    string

    Events

    View Source

    Selected

    Selected will be triggered when the ContextPopupItem is selected.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public event EventHandler Selected
    Event Type
    Type Description
    System.EventHandler

    Extension Methods

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