CGXTabBeam::FindTab
virtual int FindTab(const CObject* pExtra);
pExtra
Pointer to an object (e.g., a view).
Remarks
Searches for a tab in the tab-beam control. (e.g., search the tab for a given View). The method compares the given pointer with the pointer specified in the CGXTabInfo object associated with the tab.
Return Value
The zero-based index of the tab; it is -1 if no tab is found.