Class ItemObjectExtension

Definition

Namespace:
ElmSharp
Assembly:
ElmSharp.dll

The ItemObjectExtension is used to manage the item object extension.

C#
Copy
[Obsolete("This has been deprecated in API12")] public static class ItemObjectExtension
Inheritance
object
ItemObjectExtension

Methods

View Source

ClearHighlight(ItemObject)

Clears the highlight of the item object.

Declaration
C#
Copy
[Obsolete("This has been deprecated in API12")] public static void ClearHighlight(this ItemObject obj)
Parameters
Type Name Description
ItemObject obj

The item object, which has cleared the highlight.

View Source

GrabHighlight(ItemObject)

Grabs the highlight of the item object.

Declaration
C#
Copy
[Obsolete("This has been deprecated in API12")] public static void GrabHighlight(this ItemObject obj)
Parameters
Type Name Description
ItemObject obj

The item object, which has grabbed the highlight.