BCGControlBar Library for .NET
AddTab Method (BackstageTabControl)




Syntax
'Declaration
 
Public Sub AddTab( _
   ByVal tabButton As BackstageTabButton _
) 
'Usage
 
Dim instance As BackstageTabControl
Dim tabButton As BackstageTabButton
 
instance.AddTab(tabButton)
public void AddTab( 
   BackstageTabButton tabButton
)
public: void AddTab( 
   BackstageTabButton* tabButton
) 
public:
void AddTab( 
   BackstageTabButton^ tabButton
) 

Parameters

tabButton
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BackstageTabControl Class
BackstageTabControl Members

Send Feedback