BCGControlBar Pro for MFC
CBCGPDockBarRow* CBCGPBaseControlBar::GetDockRow ( )
inline

Returns a pointer to a dock bar row.

Returns
A pointer to CBCGPDockBarRow if the control bar is docked or NULL if the toolbar is floating.

Call this member function to get the direct access to the row where toolbar is docked. It may be useful if you want to manipulate a particular row directly. For example, if you want to arrange toolbars on a row, you can call GetDockRow and then CBCGPDockBarRow::ArrangeControlBars.