Class ContextPopupItem
Definition
- Namespace:
- Elm
Sharp
- Assembly:
- ElmSharp.dll
It inherits Item
public class ContextPopupItem : ItemObject
- Inheritance
Properties
View SourceIcon
Gets the Icon (type is Evas
Declaration
public EvasObject Icon { get; }
Property Value
Type | Description |
---|---|
Evas |
Text
Gets the Text property of the given ContextPopupItem.
Declaration
public string Text { get; }
Property Value
Type | Description |
---|---|
string |
Events
View SourceSelected
Selected will be triggered when the ContextPopupItem is selected.
Declaration
public event EventHandler Selected
Event Type
Type | Description |
---|---|
System. |