SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
Resizes attached pages when using a frame window.
C
void SftTabs_ResizePages(HWND hwndCtl);
C++
void CSftTabs::ResizePages();
hwndCtl
The window handle of the tab control.
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