Type | Description | |||
HostContext | A HostContext object that holds information about item, task and link from the current cursor position |
The following VB sample displays information about the current context, when user right clicks the control:
Private Sub G2Host1_Context() With G2Host1 Debug.Print( .HostContext.ToString ) End With End Sub