Hide

SftTree/DLL 7.5 - Tree Control

Display
Print

ShowFooterButtons

Defines the presence of column footer buttons.

C

BOOL WINAPI SftTree_GetShowFooterButtons(HWND hwndCtl);
void WINAPI SftTree_SetShowFooterButtons(HWND hwndCtl, BOOL fSet);
BOOL WINAPI SftTreeSplit_GetShowFooterButtons(HWND hwndCtl);
void WINAPI SftTreeSplit_SetShowFooterButtons(HWND hwndCtl, BOOL fSet);

C++

BOOL CSftTree::GetShowFooterButtons() const;
void CSftTree::SetShowFooterButtons(BOOL fSet = TRUE);
BOOL CSftTreeSplit::GetShowFooterButtons() const;
void CSftTreeSplit::SetShowFooterButtons(BOOL fSet = TRUE);

Parameters

hwndCtl

The window handle of the tree control.

fSet

Set to TRUE to display footers as buttons, set to FALSE to display footers as titles.

Returns

GetShowFooterButtons may return TRUE even if footers are not displayed. In that case, the return value indicates the current settings which will take effect once the footers are shown (see SetShowFooter).

Comments

The GetShowFooterButtons and SetShowFooterButtons functions define the presence of column footer buttons.

See Also C/C++ API | Categories | Notifications