Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the size and position of the specified tab.
virtual BOOL GetTabRect(
int iTab,
CRect& rect
) const;
Parameters
[in] iTab
The zero-based index of the tab.[out] rect
A reference to a CRect object. This method stores the size and position of the tab in this parameter.
Return Value
TRUE if successful; FALSE if the tab index is invalid.
Requirements
Header: afxbasetabctrl.h