BCGControlBar Library for .NET
GetInstance Method (LayoutController)




if the object of the LayoutController does not exist, this function creates a new instance of the LayoutControllerObject and returns it, otherwise returns the existing instance of the LayoutObject. Called by the framework when it is necessary to apply to the current instance of the LayoutController.
Syntax
'Declaration
 
Public Shared Function GetInstance() As LayoutController
'Usage
 
Dim value As LayoutController
 
value = LayoutController.GetInstance()
public static LayoutController GetInstance()
public: static LayoutController* GetInstance(); 
public:
static LayoutController^ GetInstance(); 
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

LayoutController Class
LayoutController Members

Send Feedback