Version

Add(CalcSettings) Method

Adds a setting to the collection.
Syntax
'Declaration
 
Public Overloads Function Add( _
   ByVal item As CalcSettings _
) As Integer
public int Add( 
   CalcSettings item
)

Parameters

item
A CalcSettings instance representing a control that must be added to the collection; it's Control property should be pre-initialized.

Return Value

The zero-based index at which item was added to the collection, or -1 if item could not be added because it was null (Nothing in Visual Basic .NET).
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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