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