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 the current display method used for items.
C
BOOL WINAPI SftTree_GetShow3D(HWND hwndCtl); void WINAPI SftTree_SetShow3D(HWND hwndCtl, BOOL fSet); BOOL WINAPI SftTreeSplit_GetShow3D(HWND hwndCtl); void WINAPI SftTreeSplit_SetShow3D(HWND hwndCtl, BOOL fSet);
C++
BOOL CSftTree::GetShow3D() const; void CSftTree::SetShow3D(BOOL fSet = TRUE); BOOL CSftTreeSplit::GetShow3D() const; void CSftTreeSplit::SetShow3D(BOOL fSet = TRUE);
hwndCtl
The window handle of the tree control.
fSet
Set to TRUE to display items in 3D mode, otherwise set to FALSE to use standard window colors.
GetShow3D returns a value indicating the current display mode of items. TRUE is returned if 3D rendering of items is in effect, FALSE is returned if items are drawn using standard window colors.
The GetShow3D and SetShow3D functions define the current display method used for items.
When using the 3D display mode (enabled using SetShow3D), only cells or the text in the first cell is highlighted (see SetSelectionStyle).
When using the 3D display mode and grid lines are enabled, only vertical grid lines are shown.
See Also C/C++ API | Categories | Notifications