ShowCellToolTips Property
Gets or sets a value indicating whether or not ToolTips will show when the mouse pointer pauses on a cell.
Syntax
Public Property ShowCellToolTips As Boolean
Applies To
Grid Object
Data Type
Boolean
Remarks
When the value of this property is true and the mouse pointer is over a cell, the cell displays a ToolTip when one of the following conditions is met:
- The ToolTipText property of the cell has a value other than String.Empty.
- The cell value is truncated in the cell display. When the value of the cell ToolTipText property value is String.Empty, the full value of the truncated cell value is displayed in the ToolTip.