The
HostContext object holds information about item, column, task, links, ... from
the current cursor position. The
HostContext
property gets the host's context at the current cursor position. The
HostContext property supports the following properties and methods:
| | Name | Description | |
| | Bar | Returns the key of the bar from the current cursor location. | |
| | Column | Returns the index of the column from the current cursor location. | |
| | Date | Specifies the date-time from the current cursor location. | |
| | EmptySpace | Returns the number of rows, between current cursor position and the the last fully-visible item of the control. | |
| | HitTest | Determines the host' objects that can be accessed at current cursor location | |
| | Item | Returns the handle of the item from the current cursor location. | |
| | Link | Returns the key of the link from the current cursor location. | |
| | ToString | Gets a string representation of the object. | |