Adds a GwxElement object to the end of the list.

Namespace: Ico.Gwx
Assembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public int Add(
	GwxElement value
)
Visual Basic
Public Function Add ( _
	value As GwxElement _
) As Integer
JScript
public function Add(
	value : GwxElement
) : int

Parameters

value
Type: Ico.Gwx..::..GwxElement
The GwxElement object to add.

Return Value

The list index at which the value has been added.

See Also