Class HoverselItem

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll

    The HoverselItem is the item of Hoversel.

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

    Properties

    View Source

    Label

    The HoverselItem's label.

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

    Events

    View Source

    ItemSelected

    ItemSelected will be triggered when the HoverselItem is selected.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public event EventHandler ItemSelected
    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