CTabCtrl::GetRowCount

Retrieves the current number of rows in a tab control.

int GetRowCount( ) const;

Return Value

The number of rows of tabs in the tab control.

Remarks

Only tab controls that have the TCS_MULTILINE style can have multiple rows of tabs.

Requirements

Header: afxcmn.h

See Also

Concepts

CTabCtrl Class

CTabCtrl Members

Hierarchy Chart

CTabCtrl::Create