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 width of the splitter bar in a split tree control.
C
int WINAPI SftTreeSplit_GetSplitterWidth(HWND hwndCtl); BOOL WINAPI SftTreeSplit_SetSplitterWidth(HWND hwndCtl, int splitWidth);
C++
int CSftTreeSplit::GetSplitterWidth() const; BOOL CSftTreeSplit::SetSplitterWidth(int splitWidth);
hwndCtl
The window handle of the tree control.
splitWidth
The new width (in pixels) of the splitter bar. Allowable values are between 3 and 7 (including).
GetSplitterWidth returns the current width (in pixels) of the splitter bar.
SetSplitterWidth returns TRUE if the function was successful, otherwise FALSE is returned.
The GetSplitterWidth and SetSplitterWidth functions define the width of the splitter bar in a split tree control.
GetSplitterWidth and SetSplitterWidth are only available for a split tree control.
See Also C/C++ API | Categories | Notifications