CTabCtrl::GetRowCount

This method retrieves the current number of rows in a tab control. Only tab controls that have the TCS_MULTILINE style can have multiple rows of tabs.

At a Glance

Header file: Afxcoll.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

int GetRowCount( ) const;

See Also

CTabCtrl::Create