Tests if this instance has a parent GwxDependencyObject.

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

Syntax

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

Return Value

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

See Also