Class MultiButtonEntryItem

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll

    It inherits ItemObject. MutltiButtonEntryItem is an item, which is added to MultiButtonEntry. It contains Next and Prev properties to get the next and previous item.

    public class MultiButtonEntryItem : ItemObject
    Inheritance
    object
    ItemObject
    MultiButtonEntryItem

    Constructors

    View Source

    MultiButtonEntryItem(string)

    Creates and initializes a new instance of the MultiButtonEntryItem class.

    Declaration
    public MultiButtonEntryItem(string text)
    Parameters
    Type Name Description
    string text

    The text of the MultiButtonEntryItem's label name.

    Properties

    View Source

    IsSelected

    Gets or sets the selected state of an item.

    Declaration
    public bool IsSelected { get; set; }
    Property Value
    Type Description
    bool
    View Source

    Label

    Gets the label of this item.

    Declaration
    public string Label { get; }
    Property Value
    Type Description
    string
    View Source

    Next

    Get the next item in the MultiButtonEntry.

    Declaration
    public MultiButtonEntryItem Next { get; }
    Property Value
    Type Description
    MultiButtonEntryItem
    View Source

    Prev

    Get the previous item in the MultiButtonEntry.

    Declaration
    public MultiButtonEntryItem Prev { get; }
    Property Value
    Type Description
    MultiButtonEntryItem

    Extension Methods

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