Intersoft ClientUI Documentation
GetView Method (IRegion)



The name used when adding the view to the region.
Returns the view instance that was added to the region using a specific name.
Syntax
Function GetView( _
   ByVal viewName As String _
) As Object
Dim instance As IRegion
Dim viewName As String
Dim value As Object
 
value = instance.GetView(viewName)
object GetView( 
   string viewName
)
Object^ GetView( 
   String^ viewName
) 

Parameters

viewName
The name used when adding the view to the region.

Return Value

Returns the named view or a null reference (Nothing in Visual Basic) if the view with viewName does not exist in the current region.
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

IRegion Interface
IRegion Members

Send Feedback