IHighlightingItem Methods |
The IHighlightingItem type exposes the following members.
| Name | Description | |
|---|---|---|
| IsHighlighted |
returns true if the object is highlighted.
| |
| RemoveHighlight |
Removes forced highlighting.
| |
| SetHighlight |
Highlights the object.
This is a kind of "forced" highlight, and the object might be highlighted even if the highlighting type (defined by Highlight property) is set to None. How the highlighting happens, if any, depends on object. Most objects use the defined type by default, and fall back to Simple highlighting if None is set. |