| 
 | 
 | 
 | 
| SftTreeItems.ToolTipsUseEntireCell Property | 
Defines whether ToolTips use the entire cell.
Syntax
| VB.NET | Boolean = object.ToolTipsUseEntireCell As Boolean | ||
| VB | Boolean = object.ToolTipsUseEntireCell As Boolean | ||
| C#.NET | bool Boolean = object.ToolTipsUseEntireCell; | ||
| VC++ | 
VARIANT_BOOL Boolean = object->ToolTipsUseEntireCell;
 | ||
| C | HRESULT object->get_ToolTipsUseEntireCell(VARIANT_BOOL* Boolean); | ||
| Delphi | Boolean := object.ToolTipsUseEntireCell : WordBool; | ||
| VB.NET | object.ToolTipsUseEntireCell = Boolean As Boolean | ||
| VB | object.ToolTipsUseEntireCell = Boolean As Boolean | ||
| C#.NET | bool object.ToolTipsUseEntireCell = Boolean; | ||
| VC++ | 
VARIANT_BOOL object->ToolTipsUseEntireCell = Boolean;
 | ||
| C | HRESULT object->put_ToolTipsUseEntireCell(VARIANT_BOOL Boolean); | ||
| Delphi | object.ToolTipsUseEntireCell := Boolean : WordBool; | ||
object
A SftTreeItems object.
Boolean
Defines whether ToolTips use the entire cell.
| Boolean | Description | 
| True | ToolTips use the entire cell. | 
| False | ToolTips are optimized in height and width and only use the minimum required space. | 
Comments
The ToolTipsUseEntireCell property defines whether ToolTips use the entire cell.
ToolTips are normally optimized in size to use a minimal amount of space vertically or horizontally to display the cell contents. By setting ToolTipsUseEntireCell to True, a cell ToolTip will always use the entire cell height and width.
ToolTipsUseEntireCell has no effect if grid lines are not shown (see Items.GridStyle).
See Also SftTreeItems Object | Object Hierarchy