'Declaration Public Shared Function GetParentDragContext( _ ByVal obj As DependencyObject _ ) As DragDropContext
'Usage Dim obj As DependencyObject Dim value As DragDropContext value = DragDropContext.GetParentDragContext(obj)
public static DragDropContext GetParentDragContext( DependencyObject obj )
Parameters
- obj