Class FlipSelectorItem

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll

    The item class of FlipSelector.

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

    Constructors

    View Source

    FlipSelectorItem(string, EvasObject)

    Creates and initializes a new instance of the FlipSelectorItem.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public FlipSelectorItem(string text, EvasObject parent)
    Parameters
    Type Name Description
    string text

    FlipSelectorItem's text

    EvasObject parent

    Parent EvasObject

    View Source

    FlipSelectorItem(string)

    Creates and initializes a new instance of the FlipSelectorItem.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public FlipSelectorItem(string text)
    Parameters
    Type Name Description
    string text

    FlipSelectorItem's text

    Properties

    View Source

    Text

    Sets or gets the text of the FlipSelectorItem.

    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 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