Removes the first occurrence of a specific GwxElement object from the list.

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

Syntax

C#
public void Remove(
	GwxElement value
)
Visual Basic
Public Sub Remove ( _
	value As GwxElement _
)
JScript
public function Remove(
	value : GwxElement
)

Parameters

value
Type: Ico.Gwx..::..GwxElement
The GwxElement object to remove from the list.

See Also