Hide

SftTree/DLL 7.5 - Tree Control

Display
Print

ShowBitmaps

Returns a value indicating the presence of item pictures.

C

BOOL WINAPI SftTree_GetShowBitmaps(HWND hwndCtl);
BOOL WINAPI SftTreeSplit_GetShowBitmaps(HWND hwndCtl);

C++

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

Parameters

hwndCtl

The window handle of the tree control.

Returns

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

Comments

The GetShowBitmaps function returns a value indicating the presence of item pictures.

Item pictures are only shown once they are enabled using SetPictures.

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