Class FlipSelectorItem

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll

    The item class of FlipSelector.

    public class FlipSelectorItem : ItemObject
    Inheritance
    object
    ItemObject
    FlipSelectorItem

    Constructors

    View Source

    FlipSelectorItem(string)

    Creates and initializes a new instance of the FlipSelectorItem.

    Declaration
    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
    public string Text { get; }
    Property Value
    Type Description
    string

    Events

    View Source

    Selected

    Selected will be triggered when selected.

    Declaration
    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