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

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

Syntax

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

Parameters

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

See Also