Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
The PopupItem is a class that includes the icon and text.
[Obsolete("This has been deprecated in API12")]
public class PopupItem : ItemObject
- Inheritance
-
Properties
Declaration
[Obsolete("This has been deprecated in API12")]
public EvasObject Icon { get; }
Property Value
View Source
Gets the text label of the popupitem. Return value is string.
Declaration
[Obsolete("This has been deprecated in API12")]
public string Text { get; }
Property Value
Extension Methods