Hide

SftTree/DLL 7.5 - Tree Control

Display
Print

ShowRowColFooterButton

Defines the row/column footer's display style.

C

BOOL WINAPI SftTree_GetShowRowColFooterButton(HWND hwndCtl);
void WINAPI SftTree_SetShowRowColFooterButton(HWND hwndCtl, BOOL fSet);
BOOL WINAPI SftTreeSplit_GetShowRowColFooterButton(HWND hwndCtl);
void WINAPI SftTreeSplit_SetShowRowColFooterButton(HWND hwndCtl, BOOL fSet);

C++

BOOL CSftTree::GetShowRowColFooterButton() const;
void CSftTree::SetShowRowColFooterButton(BOOL fSet);
BOOL CSftTreeSplit::GetShowRowColFooterButton() const;
void CSftTreeSplit::SetShowRowColFooterButton(BOOL fSet);

Parameters

hwndCtl

The window handle of the tree control.

fSet

Set to TRUE to display the row/column footer as a button, set to FALSE to display it as a title.

Returns

GetShowRowColFooterButton returns TRUE if the row/column footer is displayed as a button, FALSE otherwise.

Comments

The GetShowRowColFooterButton and SetShowRowColFooterButton functions define the row/column footer's display style.

The row/column footer area is only shown if row headers and column footers are both shown (see SetShowRowHeader and SetShowFooter).

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