Class ItemObjectExtension
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
- API Level:
- preview
The ItemObjectExtension is used to manage the item object extension.
public static class ItemObjectExtension
- Inheritance
-
ItemObjectExtension
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. |
API Level: preview
View SourceGrabHighlight(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. |