Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ToolTipControllerGetActiveObjectInfoEventArgs Properties
Show Inherited Hide Inherited

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