Class PopupItem

Definition

Namespace:
ElmSharp
Assembly:
ElmSharp.dll

The PopupItem is a class that includes the icon and text.

C#
Copy
[Obsolete("This has been deprecated in API12")] public class PopupItem : ItemObject
Inheritance
object
PopupItem

Properties

View Source

Icon

Gets the EvasObject icon of the popupitem.

Declaration
C#
Copy
[Obsolete("This has been deprecated in API12")] public EvasObject Icon { get; }
Property Value
Type Description
EvasObject
View Source

Text

Gets the text label of the popupitem. Return value is string.

Declaration
C#
Copy
[Obsolete("This has been deprecated in API12")] public string Text { get; }
Property Value
Type Description
string

Extension Methods