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

Parameters

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

See Also