BCGControlBar Pro for MFC
virtual BOOL CBCGPTabWnd::EnsureVisible ( int  iTab)
virtual

Ensures that a tab is visible.

Returns
Returns nonzero if success; it is 0 if index is invalid.

Call this function to ensure that a tab control's tab is visible. The tab control is scrolled if necessary.

Parameters
iTabSpecifies the zero-based index of the tab to show.

Implements CBCGPBaseTabImpl.