Removes the first occurrence of a specific GwxDisplayTab 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(
	GwxDisplayTab value
)
Visual Basic
Public Sub Remove ( _
	value As GwxDisplayTab _
)
JScript
public function Remove(
	value : GwxDisplayTab
)

Parameters

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

See Also