SECTabWnd::SetScrollStyle
voidSECTabWnd::SetScrollStyle(intnIndex, DWORDdwStyle)
When the tab window contains a CScrollView derivative, the view can be scrolled through the scroll bars in the tab window. Call this function to set the scrolling style for the tab at index nTab. Available styles:
WS_HSCROLL
WS_VSCROLL
Defined in: tabwnd.cpp
Return Value
void
Parameters
nIndex
Index of tab.
dwStyle
Specifies style attributes.
See Also