다음을 통해 공유


탭 컨트롤에 탭 추가

After creating the tab control (CTabCtrl), add as many tabs as you need.

To add a tab item

  1. Prepare a TCITEM structure.

  2. Call CTabCtrl::InsertItem, passing the structure.

  3. Repeat steps 1 and 2 for additional tab items.

For more information, see Creating a Tab Control in the Windows SDK.

참고 항목

참조

CTabCtrl 사용

개념

컨트롤(MFC)