Napomena
Za pristup ovoj stranici potrebna je autorizacija. Možete se pokušati prijaviti ili promijeniti direktorije.
Za pristup ovoj stranici potrebna je autorizacija. Možete pokušati promijeniti direktorije.
Note
The Microsoft Foundation Classes (MFC) library continues to be supported. However, we're no longer adding features or updating the documentation.
After creating the tab control (CTabCtrl), add as many tabs as you need.
To add a tab item
Prepare a TCITEM structure.
Call CTabCtrl::InsertItem, passing the structure.
Repeat steps 1 and 2 for additional tab items.
For more information, see Creating a Tab Control in the Windows SDK.