Class FlipSelectorItem

Definition

Namespace:
ElmSharp
Assembly:
ElmSharp.dll

The item class of FlipSelector.

C#
Copy
public class FlipSelectorItem : ItemObject
Inheritance
object
FlipSelectorItem

Constructors

View Source

FlipSelectorItem(string, EvasObject)

Creates and initializes a new instance of the FlipSelectorItem.

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

Events

View Source

Selected

Selected will be triggered when selected.

Declaration
C#
Copy
public event EventHandler Selected
Event Type
Type Description
System.EventHandler

Extension Methods