The current parent GwxElement 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 GwxElement CurrentParentElement { get; }
Visual Basic
Public ReadOnly Property CurrentParentElement As GwxElement
	Get
JScript
function get CurrentParentElement () : GwxElement

See Also