ToolTipControllerGetActiveObjectInfoEventArgs Properties
Provides data for the ToolTipController.GetActiveObjectInfo event.
Name | Description |
---|---|
Control |
Gets the position of the mouse cursor relative to the control’s upper left corner. |
Info | Gets or sets an object which uniquely identifies the visual element at the current position. |
Selected |
Gets or sets the control for which a tooltip controller’s event is fired.
Inherited from Tool |
Selected |
Gets or sets the element of the control for which the tooltip should be displayed.
Inherited from Tool |
See Also