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

Reference

CTabCtrl Class

Hierarchy Chart

CTabCtrl::Create

Other Resources

CTabCtrl Members