BCGControlBar Pro for MFC
virtual BOOL CBCGPTabWnd::IsTabDocumentsMenu ( ) const
inlinevirtual

Tells whether the tab control displays a button opening a popup menu with document names or scroll buttons.

Returns
Nonzero if the tab control displays a button opening a popup menu with document names. It's 0 if the tab control displays scroll buttons.

Use this function to determine whether the tab control displays a button opening a popup menu with document names or scroll buttons. You can change this mode using the EnableTabDocumentsMenu() method.

Reimplemented from CBCGPBaseTabImpl.