Hide

SftTabs/DLL 6.5 - Tab Control

Display
Print

ResizePages

Resizes attached pages when using a frame window.

C

void SftTabs_ResizePages(HWND hwndCtl);

C++

void CSftTabs::ResizePages();

Parameters

hwndCtl

The window handle of the tab control.

Comments

The ResizePages function resizes attached pages when using a frame window.

ResizePages should be used whenever a frame window has been resized. A frame window is used when a tab control does not have a client area. That frame window "holds" the pages that are attached to a tab control. If the user or the application resizes this frame window, ResizePages must be called so the tab control can adjust the sizes of all attached pages.

A frame window is defined using SftTabs_ActivatePage, SetControlInfo, CSftTabsDialog::InitializeTabControl or CSftTabsWindowSheet::InitializeTabControl.

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


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