Class ItemObjectExtension

Definition

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

The ItemObjectExtension is used to manage the item object extension.

C#
Copy
public static class ItemObjectExtension
Inheritance
ItemObjectExtension

Methods

View Source

ClearHighlight(ItemObject)

Clears the highlight of the item object.

Declaration
C#
Copy
public static void ClearHighlight(this ItemObject obj)
Parameters
Type Name Description
ItemObject obj

The item object, which has cleared the highlight.

API Level: preview
View Source

GrabHighlight(ItemObject)

Grabs the highlight of the item object.

Declaration
C#
Copy
public static void GrabHighlight(this ItemObject obj)
Parameters
Type Name Description
ItemObject obj

The item object, which has grabbed the highlight.

API Level: preview