SftTabs/DLL 6.0

ResetContent

Softel vdm, Inc.

Removes all tabs from a tab control.

C

void SftTabs_ResetContent(HWND hwndCtl);

C++

void CSftTabs::ResetContent();

Parameters

hwndCtl

The window handle of the tab control.

Comments

The ResetContent function removes all tabs from a tab control.

A tab control without tabs no longer paints a tab border or client area.

Example

C

SftTabs_ResetContent(hwndTab);

C++

m_Tab.ResetContent();

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


Feedback / comments / error reports for this topic
© 2016 - Softel vdm, Inc. - www.softelvdm.com