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 column number of the currently pressed column footer button.
C
int WINAPI SftTree_GetFooterButton(HWND hwndCtl); BOOL WINAPI SftTree_SetFooterButton(HWND hwndCtl, int realCol); int WINAPI SftTreeSplit_GetFooterButton(HWND hwndCtl); BOOL WINAPI SftTreeSplit_SetFooterButton(HWND hwndCtl, int realCol);
C++
int CSftTree::GetFooterButton() const; void CSftTree::SetFooterButton(int realCol); int CSftTreeSplit::GetFooterButton() const; void CSftTreeSplit::SetFooterButton(int realCol);
hwndCtl
The window handle of the tree control.
realCol
The zero-based column number specifying which footer button to set to the "down" state. This value can be -1, which causes all footer buttons to go to their "up" state.
GetFooterButton returns the zero-based column number of the column footer button currently pressed down or -1 if no button is pressed down.
The GetFooterButton and SetFooterButton functions define the column number of the currently pressed column footer button.
Only one column footer button can be down at any one time. A column footer button can be pressed by the user or under program control using SetFooterButton. Once pressed, the new button will remain in its down state until another button is pressed or until SetFooterButton sets a new (or no) button.
If the column title style is defined using SFTTREE_HEADER_UP, the footer button automatically returns to its "up" position when clicked (see SFTTREE_COLUMN_EX).
See Also C/C++ API | Categories | Notifications