Class FlipSelectorItem
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
The item class of FlipSelector.
public class FlipSelectorItem : ItemObject
- Inheritance
Constructors
View SourceFlipSelectorItem(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 SourceText
Sets or gets the text of the FlipSelectorItem.
Declaration
public string Text { get; }
Property Value
| Type | Description |
|---|---|
| string |
Events
View SourceSelected
Selected will be triggered when selected.
Declaration
public event EventHandler Selected
Event Type
| Type | Description |
|---|---|
| System.EventHandler |