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


C1.WPF Namespace > C1TextEditableContentControl Class : IsAncestorOf Method
Syntax
'Declaration
 
Public Function IsAncestorOf( _
   ByVal descendant As System.Windows.DependencyObject _
) As System.Boolean
'Usage
 
Dim instance As C1TextEditableContentControl
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

C1TextEditableContentControl Class
C1TextEditableContentControl Members