'Declaration Public Shared Function GetParentListBox( _ ByVal obj As DependencyObject _ ) As ListBox
'Usage Dim obj As DependencyObject Dim value As ListBox value = ListBox.GetParentListBox(obj)
public static ListBox GetParentListBox( DependencyObject obj )
Parameters
- obj
- The ListBoxContainer whose parent ListBox will be returned.
Return Value
The parent ListBox.