Class PopupItem
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
The PopupItem is a class that includes the icon and text.
public class PopupItem : ItemObject
- Inheritance
Properties
View SourceIcon
Gets the EvasObject icon of the popupitem.
Declaration
public EvasObject Icon { get; }
Property Value
Type | Description |
---|---|
EvasObject |
Text
Gets the text label of the popupitem. Return value is string.
Declaration
public string Text { get; }
Property Value
Type | Description |
---|---|
string |