SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
Defines whether Tool Tips use the entire cell.
Deprecated - Provided for compatibility with earlier versions only - Use Items.ToolTipsUseEntireCell instead
Get
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; VARIANT_BOOL Boolean = object->GetToolTipsUseEntireCell(); |
C | HRESULT object->get_ToolTipsUseEntireCell(VARIANT_BOOL* Boolean); |
Put
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; void object->PutToolTipsUseEntireCell(VARIANT_BOOL Boolean); |
C | HRESULT object->put_ToolTipsUseEntireCell(VARIANT_BOOL Boolean); |
object
Boolean
Defines whether Tool Tips use the entire cell.
Boolean | Description |
---|---|
True | Tool Tips use the entire cell. |
False | Tool Tips are optimized in height and width and only use the minimum required space. |
Deprecated - Provided for compatibility with earlier versions only - Use Items.ToolTipsUseEntireCell instead
The ToolTipsUseEntireCell property defines whether Tool Tips use the entire cell.
Tool Tips 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 Tool Tip will always use the entire cell height and width.
ToolTipsUseEntireCell has no effect if grid lines are not shown (see Items.GridStyle).
See Also SftTree Object | Object Hierarchy