BCGControlBar Library for .NET
Add Method (CollectionWithEvents)




An object of any type that specifies the element to add to the collection.
Adds an element to a CollectionWithEvent object.
Syntax
'Declaration
 
Public Overridable Function Add( _
   ByVal value As Object _
) As Integer
'Usage
 
Dim instance As CollectionWithEvents
Dim value As Object
Dim value As Integer
 
value = instance.Add(value)
public virtual int Add( 
   object value
)
public: virtual int Add( 
   Object* value
) 
public:
virtual int Add( 
   Object^ value
) 

Parameters

value
An object of any type that specifies the element to add to the collection.
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

CollectionWithEvents Class
CollectionWithEvents Members

Send Feedback