Sets the CurrentParent to be the specified IGwxElementContainer, if possible.

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

Syntax

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

Parameters

value
Type: Ico.Gwx..::..IGwxElementContainer
The new current parent.

See Also