GetToolTipInfo Event
Description
Occurs before a tooltip is displayed in the grid, giving you a chance to edit it before it is shown.
Syntax
Public Event GetToolTipInfo( _
ByVal toolTipInfo As GridToolTipInfo _
)
Parameters
- toolTipInfo: Contains a reference to the item, row, and text for the tooltip.
Remarks
GetToolTipInfo occurs before a tooltip is displayed in the grid, allowing you to edit the text that will be shown. You can view and modify the text using the ToolTipText property of GridToolTipInfo.
Tooltips are only displayed for items with text that is not fully visible.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.