Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Scrolls the tabs until the specified tab is visible.
virtual BOOL EnsureVisible(
int iTab
);
Parameters
- [in] iTab
The zero-based index of a tab.
Return Value
Nonzero if successful; otherwise 0.
Remarks
This method has no effect if the tab indicated by iTab is already visible.
By default, this method is not supported by the CMFCBaseTabCtrl Class. You should implement this function in a custom class derived from CMFCBaseTabCtrl if that custom tab control supports tab scrolling. This method is supported by the CMFCTabCtrl Class.
Requirements
Header: afxbasetabctrl.h