Xceed Ultimate ListBox for Silverlight Documentation
GetActiveView Method


The object whose active view will be returned.
Returns the MultiViewPanel's active view.
Syntax
Public Shared Function GetActiveView( _
   ByVal obj As DependencyObject _
) As View
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MultiViewPanel Class
MultiViewPanel Members

Send Feedback