SECTabWnd::GetScrollBar

CScrollBar*SECTabWnd::GetScrollBar(intnBar, const CWnd* constpWnd)

Returns a pointer to the CScrollBar object used by a particular tab.

Defined in: tabwnd.cpp

Return Value

A pointer to the CScrollBar object.

Parameters

nBar

Specifies the type of scroll bar.

pWnd

CWnd pointer of tab for which to retrieve the scrollbar.

See Also

SECTabWnd