Intersoft ClientUI Documentation
GetView Method (Region)



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
Public Overridable Function GetView( _
   ByVal viewName As String _
) As Object
Dim instance As Region
Dim viewName As String
Dim value As Object
 
value = instance.GetView(viewName)
public virtual object GetView( 
   string viewName
)
public:
virtual 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

Region Class
Region Members

Send Feedback