 | AttachedPropertiesContainerGetHasParent method |
WPF getter for the HasParentProperty.
Namespace: Vishnu.WPF_UI.DependencyPropertiesAssembly: Vishnu.WPF_UI (in Vishnu.WPF_UI.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic static bool GetHasParent(
DependencyObject obj
)
Public Shared Function GetHasParent (
obj As DependencyObject
) As Boolean
public:
static bool GetHasParent(
DependencyObject^ obj
)
static member GetHasParent :
obj : DependencyObject -> bool Parameters
- obj DependencyObject
- The owning control.
Return value
BooleanTrue if the node has a parent node.
See also