Hide

SftTabs/DLL 6.5 - Tab Control

Display
Print

ResetContent

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


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.