Replaces a GwxElement with a different GwxElement.

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

Syntax

C#
public void ReplaceChild(
	GwxElement oldChild,
	GwxElement newChild
)
Visual Basic
Public Sub ReplaceChild ( _
	oldChild As GwxElement, _
	newChild As GwxElement _
)
JScript
public function ReplaceChild(
	oldChild : GwxElement, 
	newChild : GwxElement
)

Parameters

oldChild
Type: Ico.Gwx..::..GwxElement
The GwxElement to remove.
newChild
Type: Ico.Gwx..::..GwxElement
The GwxElement to insert in place of oldChild.

See Also