CPropertySheet::GetTabControl

This method retrieves a pointer to a tab control which allows the application to make changes to the tab control. For example, call this method if you want to add bitmaps to each of the tabs during initialization.

At a Glance

Header file: Afxdlgs.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Syntax

CTabCtrl* GetTabControl( );

See Also

CTabCtrl::CTabCtrl