NetXP 3.0 Reference

ColorCollection.Add Method 

Adds an item to the collection.

[Visual Basic]
Public Function Add( _
   ByVal item As Color _
) As Integer
[C#]
public int Add(
   Color item
);

Parameters

item
The item to add.

Return Value

The index where the item was added.

See Also

ColorCollection Class | NETXP.Library Namespace