'Declaration Public Shared Function GetActiveView( _ ByVal obj As DependencyObject _ ) As View
'Usage Dim obj As DependencyObject Dim value As View value = MultiViewPanel.GetActiveView(obj)
public static View GetActiveView( DependencyObject obj )
Parameters
- obj
- The object whose active view will be returned.
Return Value
A View representing the active view.