Hide

SftTree/DLL 7.5 - Tree Control

Display
Print

ShowPlusMinus

Returns the presence of plus/minus bitmaps.

C

BOOL WINAPI SftTree_GetShowPlusMinus(HWND hwndCtl);
BOOL WINAPI SftTreeSplit_GetShowPlusMinus(HWND hwndCtl);

C++

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

Parameters

hwndCtl

The window handle of the tree control.

Returns

The return value indicates whether plus/minus bitmaps are currently shown. TRUE is returned if plus/minus bitmaps are shown, otherwise FALSE is returned.

Comments

The GetShowPlusMinus function returns the presence of plus/minus bitmaps.

Plus/minus bitmaps are only shown once the bitmaps are registered using SetPlusMinus.

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