Class ContextPopupItem

Definition

Namespace:
ElmSharp
Assembly:
ElmSharp.dll
API Level:
preview

It inherits ItemObject. An instance to the ContextPopup item is added.

C#
Copy
public class ContextPopupItem : ItemObject
Inheritance
ContextPopupItem

Properties

View Source

Icon

Gets the Icon (type is EvasObject) property of the given ContextPopupItem.

Declaration
C#
Copy
public EvasObject Icon { get; }
Property Value
Type Description
EvasObject
API Level: preview
View Source

Text

Gets the Text property of the given ContextPopupItem.

Declaration
C#
Copy
public string Text { get; }
Property Value
Type Description
System.String
API Level: preview

Events

View Source

Selected

Selected will be triggered when the ContextPopupItem is selected.

Declaration
C#
Copy
public event EventHandler Selected
Event Type
Type Description
EventHandler
API Level: preview

Extension Methods