Class ItemObjectExtension
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
The ItemObjectExtension is used to manage the item object extension.
public static class ItemObjectExtension
- Inheritance
-
objectItemObjectExtension
Methods
View SourceClearHighlight(ItemObject)
Clears the highlight of the item object.
Declaration
public static void ClearHighlight(this ItemObject obj)
Parameters
Type | Name | Description |
---|---|---|
ItemObject | obj | The item object, which has cleared the highlight. |
GrabHighlight(ItemObject)
Grabs the highlight of the item object.
Declaration
public static void GrabHighlight(this ItemObject obj)
Parameters
Type | Name | Description |
---|---|---|
ItemObject | obj | The item object, which has grabbed the highlight. |