CBaseTabbedPane::FindPaneByID
Returns a pane identified by the pane ID.
virtual CWnd* FindPaneByID(
UINT uBarID
);
Parameters
- [in] uBarID
Specifies the ID of the pane to find.
Return Value
A pointer to the pane if it was found; otherwise, NULL.
Remarks
This method compares all tabs in the pane and returns the one with the ID specified by the uBarID parameter.
Requirements
Header: afxBaseTabbedPane.h