ToolTipControllerGetActiveObjectInfoEventArgs Properties
Provides data for the ToolTipController.GetActiveObjectInfo event.Name | Description |
---|---|
ControlMousePosition | 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. |
SelectedControl | Gets or sets the control for which a tooltip controller’s event is fired. Inherited from ToolTipControllerEventArgsBase. |
SelectedObject | Gets or sets the element of the control for which the tooltip should be displayed. Inherited from ToolTipControllerEventArgsBase. |
See Also