Hide

SftTree/DLL 7.5 - Tree Control

Display
Print

ShowRowColHeaderButton

Defines the row/column header's display style.

C

BOOL WINAPI SftTree_GetShowRowColHeaderButton(HWND hwndCtl);
void WINAPI SftTree_SetShowRowColHeaderButton(HWND hwndCtl, BOOL fSet);
BOOL WINAPI SftTreeSplit_GetShowRowColHeaderButton(HWND hwndCtl);
void WINAPI SftTreeSplit_SetShowRowColHeaderButton(HWND hwndCtl, BOOL fSet);

C++

BOOL CSftTree::GetShowRowColHeaderButton() const;
void CSftTree::SetShowRowColHeaderButton(BOOL fSet);
BOOL CSftTreeSplit::GetShowRowColHeaderButton() const;
void CSftTreeSplit::SetShowRowColHeaderButton(BOOL fSet);

Parameters

hwndCtl

The window handle of the tree control.

fSet

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

Returns

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

Comments

The GetShowRowColHeaderButton and SetShowRowColHeaderButton functions define the row/column header's display style.

The row/column header area is only shown if row headers and column headers are both shown (see SetShowRowHeader and SetShowHeader).

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