BCGControlBar Library for .NET
ReparentControls Method (TabStrip)




A control to set as a parent for the related control of the tab item.
Sets the specified control (usually TabControlEx) as a parent for related controls of the tab items from the tab strip.
Syntax
'Declaration
 
Public Sub ReparentControls( _
   ByVal parent As Control _
) 
'Usage
 
Dim instance As TabStrip
Dim parent As Control
 
instance.ReparentControls(parent)
public void ReparentControls( 
   Control parent
)
public: void ReparentControls( 
   Control* parent
) 
public:
void ReparentControls( 
   Control^ parent
) 

Parameters

parent
A control to set as a parent for the related control of the tab item.
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

TabStrip Class
TabStrip Members

Send Feedback