Intersoft ClientUI Documentation
GetRootVisual(Boolean) Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > Utility Class > GetRootVisual Method : GetRootVisual(Boolean) Method






ensurePanel
Ensure panel.
Gets the application root visual.

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function GetRootVisual( _
   ByVal ensurePanel As Boolean _
) As Object
Visual Basic (Usage)Copy Code
Dim ensurePanel As Boolean
Dim value As Object
 
value = Utility.GetRootVisual(ensurePanel)
C# 
public static object GetRootVisual( 
   bool ensurePanel
)
Delphi 
public function GetRootVisual( 
    ensurePanel: Boolean
): TObject; static; 
JScript 
public static function GetRootVisual( 
   ensurePanel : boolean
) : Object;
Managed Extensions for C++ 
public: static Object* GetRootVisual( 
   bool ensurePanel
) 
C++/CLI 
public:
static Object^ GetRootVisual( 
   bool ensurePanel
) 

Parameters

ensurePanel
Ensure panel.

Return Value

Application root visual.

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.