Hide

SftTree/DLL 7.5 - Tree Control

Display
Print

RowColFooterRect

Returns the dimensions of the row/column footer area.

C

void WINAPI SftTree_GetRowColFooterRect(HWND hwndCtl, LPRECT lpRect);
void WINAPI SftTreeSplit_GetRowColFooterRect(HWND hwndCtl, LPRECT lpRect);

C++

void CSftTree::GetRowColFooterRect(LPRECT lpRect) const;
void CSftTreeSplit::GetRowColFooterRect(LPRECT lpRect) const;

Parameters

hwndCtl

The window handle of the tree control.

lpRect

Address of a RECT structure, where the coordinates will be returned.

Returns

The returned RECT structure describes the location of the row/column footer area.

Comments

The GetRowColFooterRect function returns the dimensions of the row/column footer area.

An empty rectangle is returned if the row/column footer is not shown.

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