'Declaration Public Function ContainerFromElement( _ ByVal element As System.Windows.DependencyObject _ ) As System.Windows.DependencyObject
'Usage Dim instance As DataValidationListBox Dim element As System.Windows.DependencyObject Dim value As System.Windows.DependencyObject value = instance.ContainerFromElement(element)
public System.Windows.DependencyObject ContainerFromElement( System.Windows.DependencyObject element )
Parameters
- element