CReBarCtrl::GetRowCount

UINT GetRowCount( ) const;

Return Value

A UINT value that represents the number of band rows in the control.

Remarks

This member function implements the behavior of the Win32 message RB_GETROWCOUNT, as described in the Platform SDK.

Example

UINT nRowCount = m_wndReBar.GetReBarCtrl().GetRowCount();
CString msg;
msg.Format("Row Count is %d", nRowCount);
AfxMessageBox(msg);

CReBarCtrl OverviewClass MembersHierarchy Chart

See Also   CReBarCtrl::GetRowHeight