BCGControlBar Library for .NET
Add Method (TabItemCollection)




The tab item to add to the TabItemCollection.

Adds an item to the TabItemCollection.
Syntax
'Declaration
 
Public Overrides Function Add( _
   ByVal value As Object _
) As Integer
'Usage
 
Dim instance As TabItemCollection
Dim value As Object
Dim value As Integer
 
value = instance.Add(value)
public override int Add( 
   object value
)
public: int Add( 
   Object* value
) override 
public:
int Add( 
   Object^ value
) override 

Parameters

value

The tab item to add to the TabItemCollection.

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
Base Implementation in Add

Send Feedback