ComponentOne Basic Library for WPF and Silverlight
FindCommonVisualAncestor Method (C1ComboBox)


C1.WPF Namespace > C1ComboBox Class : FindCommonVisualAncestor Method
Syntax
'Declaration
 
Public Function FindCommonVisualAncestor( _
   ByVal otherVisual As System.Windows.DependencyObject _
) As System.Windows.DependencyObject
'Usage
 
Dim instance As C1ComboBox
Dim otherVisual As System.Windows.DependencyObject
Dim value As System.Windows.DependencyObject
 
value = instance.FindCommonVisualAncestor(otherVisual)
public System.Windows.DependencyObject FindCommonVisualAncestor( 
   System.Windows.DependencyObject otherVisual
)

Parameters

otherVisual
See Also

Reference

C1ComboBox Class
C1ComboBox Members