BCGControlBar Pro for MFC
virtual CWnd* CBCGPBaseTabbedBar::FindBarByID ( UINT  uBarID)
virtual

Given a control bar ID returns a pointer to a control bar.

Returns
A valid pointer to a CWnd object if the control bar was found; otherwise NULL.

Loops over all tabs and checks each control bar for the specified by uBarID ID.

Parameters
uBarIDSpecifies the control bar ID.