Tests if this instance has a parent GwxElement.

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

Syntax

C#
public bool HasParentElement()
Visual Basic
Public Function HasParentElement As Boolean
JScript
public function HasParentElement() : boolean

Return Value

True if this instance has a parent GwxElement, false otherwise.

See Also