ComponentOne Basic Library for WPF and Silverlight
IsAncestorOf Method (C1EditableContentControl)


C1.WPF Namespace > C1EditableContentControl Class : IsAncestorOf Method
Syntax
'Declaration
 
Public Function IsAncestorOf( _
   ByVal descendant As System.Windows.DependencyObject _
) As System.Boolean
'Usage
 
Dim instance As C1EditableContentControl
Dim descendant As System.Windows.DependencyObject
Dim value As System.Boolean
 
value = instance.IsAncestorOf(descendant)
public System.bool IsAncestorOf( 
   System.Windows.DependencyObject descendant
)

Parameters

descendant
See Also

Reference

C1EditableContentControl Class
C1EditableContentControl Members