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 ToolTips use the entire cell.
C
BOOL WINAPI SftTree_GetToolTipsUseEntireCell(HWND hwndCtl); void WINAPI SftTree_SetToolTipsUseEntireCell(HWND hwndCtl, BOOL fSet); BOOL WINAPI SftTreeSplit_GetToolTipsUseEntireCell(HWND hwndCtl); void WINAPI SftTreeSplit_SetToolTipsUseEntireCell(HWND hwndCtl, BOOL fSet);
C++
BOOL CSftTree::GetToolTipsUseEntireCell() const; void CSftTree::SetToolTipsUseEntireCell(BOOL fSet = TRUE); BOOL CSftTreeSplit::GetToolTipsUseEntireCell() const; void CSftTreeSplit::SetToolTipsUseEntireCell(BOOL fSet = TRUE);
hwndCtl
The window handle of the tree control.
fSet
Set to TRUE so ToolTips use the entire cell height and width, otherwise set to FALSE.
GetToolTipsUseEntireCell returns a value indicating whether ToolTips use the entire cell. TRUE is returned if ToolTips use the entire cell height and width, otherwise FALSE is returned.
The GetToolTipsUseEntireCell and SetToolTipsUseEntireCell functions define 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 SetToolTipsUseEntireCell to TRUE, a cell ToolTip will always use the entire cell height and width.
SetToolTipsUseEntireCell has no effect if grid lines are not shown (see SetShowGrid).
See Also C/C++ API | Categories | Notifications