CTabCtrl::GetRowCount

Call this member function to retrieve the current number of rows in a tab control. Only tab controls that have the TCS_MULTILINE style can have multiple rows of tabs.

Syntax

int GetRowCount( ) const;

At a Glance

Header File Afxcoll.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CTabCtrl Overview, CTabCtrl Member Functions, Control Classes, CTabCtrl::Create