Visual.IsDescendantOf Method
.NET Framework 4.6 and 4.5
Determines whether the visual object is a descendant of the ancestor visual object.
Namespace: System.Windows.Media
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- ancestor
- Type: System.Windows.DependencyObject
A value of type DependencyObject.
Return Value
Type: System.Booleantrue if the visual object is a descendant of ancestor; otherwise, false.
Show: