Use the Context property to access the control's Context collection. Use the ContextKey property to define the key combination for the control's context window. The OnContext event occurs when user invokes the control's context window.
The Context object supports the following methods and properties:
Name | Description | |||
Add | Adds a new item to the context. | |||
Clear | Removes all members of context collection. | |||
Count | Returns the number of objects in a collection. | |||
Options | Specifies an option for the sensitive context list. | |||
Remove | Removes a specific member from the context collection. | |||
Sort | Sorts the items. |