GetToolTipInfo Event
Description
Occurs before a tooltip is displayed in the grid, giving you a chance to edit it before it is displayed.
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, giving you a chance to edit it before it is displayed. You can view and edit the text that will be displayed in the tooltip 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.