Visual.IsAncestorOf Method
.NET Framework 3.0
Determines whether the visual object is an ancestor of the descendant visual object.
Namespace: System.Windows.Media
Assembly: PresentationCore (in presentationcore.dll)
Assembly: PresentationCore (in presentationcore.dll)
'Declaration Public Function IsAncestorOf ( _ descendant As DependencyObject _ ) As Boolean 'Usage Dim instance As Visual Dim descendant As DependencyObject Dim returnValue As Boolean returnValue = instance.IsAncestorOf(descendant)
public boolean IsAncestorOf ( DependencyObject descendant )
public function IsAncestorOf ( descendant : DependencyObject ) : boolean
You cannot use methods in XAML.
Parameters
- descendant
A value of type DependencyObject.
Return Value
true if the visual object is an ancestor of descendant; otherwise, false.Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: