Hide

SftTree/DLL 7.5 - Tree Control

Display
Print

ShowLabels

Returns the presence of label pictures.

C

BOOL WINAPI SftTree_GetShowLabels(HWND hwndCtl);
BOOL WINAPI SftTreeSplit_GetShowLabels(HWND hwndCtl);

C++

BOOL CSftTree::GetShowLabels() const;
BOOL CSftTreeSplit::GetShowLabels() const;

Parameters

hwndCtl

The window handle of the tree control.

Returns

The return value indicates whether label pictures are currently shown. TRUE is returned if label pictures are shown, otherwise FALSE is returned.

Comments

The GetShowLabels function returns the presence of label pictures.

Label pictures are only shown once the picture size is registered using SetItemLabelPicture.

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