Intersoft ClientUI Documentation
GetView Method
See Also  Send Feedback
Intersoft.Client.Framework.Regions Namespace > Region Class : GetView Method






viewName
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

Visual Basic (Declaration) 
Public Overridable Function GetView( _
   ByVal viewName As String _
) As Object
Visual Basic (Usage)Copy Code
Dim instance As Region
Dim viewName As String
Dim value As Object
 
value = instance.GetView(viewName)
C# 
public virtual object GetView( 
   string viewName
)
Delphi 
public function GetView( 
    viewName: String
): TObject; virtual; 
JScript 
public function GetView( 
   viewName : String
) : Object;
Managed Extensions for C++ 
public: virtual Object* GetView( 
   string* viewName
) 
C++/CLI 
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.