BCGControlBar Library for .NET
Remove(Control) Method




A related control which tab item should be removed.
Removes the first occurrance of the tab item  with specified related control from the TabItemCollection.
Syntax
'Declaration
 
Public Overloads Sub Remove( _
   ByVal value As Control _
) 
'Usage
 
Dim instance As TabItemCollection
Dim value As Control
 
instance.Remove(value)
public void Remove( 
   Control value
)
public: void Remove( 
   Control* value
) 
public:
void Remove( 
   Control^ value
) 

Parameters

value
A related control which tab item should be removed.
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

TabItemCollection Class
TabItemCollection Members
Overload List

Send Feedback