Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
It inherits ItemObject.
An instance to the ContextPopup item is added.
public class ContextPopupItem : ItemObject
- Inheritance
-
Properties
Declaration
public EvasObject Icon { get; }
Property Value
View Source
Gets the Text property of the given ContextPopupItem.
Declaration
public string Text { get; }
Property Value
Events
View Source
Selected will be triggered when the ContextPopupItem is selected.
Declaration
public event EventHandler Selected
Event Type
| Type |
Description |
| System.EventHandler |
|
Extension Methods