BCGControlBar Library for .NET
SetTabStrip Method




Syntax
'Declaration
 
Public Overridable Sub SetTabStrip( _
   ByVal tabStrip As TabStrip _
) 
'Usage
 
Dim instance As TabDrawManager
Dim tabStrip As TabStrip
 
instance.SetTabStrip(tabStrip)
public virtual void SetTabStrip( 
   TabStrip tabStrip
)
public: virtual void SetTabStrip( 
   TabStrip* tabStrip
) 
public:
virtual void SetTabStrip( 
   TabStrip^ tabStrip
) 

Parameters

tabStrip
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

TabDrawManager Class
TabDrawManager Members

Send Feedback