Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 , 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 Overview | Class Members | Hierarchy Chart
See Also CReBarCtrl::GetRowHeight