The current parent IGwxElementContainer object.

The current parent object is the object in which most edit operation take place. Usually, this is the Root object, except when editing inside a GwxGroup or GwxLayer.

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

Syntax

C#
public IGwxElementContainer CurrentParent { get; }
Visual Basic
Public ReadOnly Property CurrentParent As IGwxElementContainer
	Get
JScript
function get CurrentParent () : IGwxElementContainer

See Also