Intersoft WebGrid Documentation
LoadLayout(String) Method
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGrid Class > LoadLayout Method : LoadLayout(String) Method






fileName
The layout filename.

Restore WebGrid's LayoutSettings by loading it from a saved Layout file.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub LoadLayout( _
   ByVal fileName As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As WebGrid
Dim fileName As String
 
instance.LoadLayout(fileName)
C# 
public void LoadLayout( 
   string fileName
)
Delphi 
public procedure LoadLayout( 
    fileName: String
); 
JScript 
public function LoadLayout( 
   fileName : String
);
Managed Extensions for C++ 
public: void LoadLayout( 
   string* fileName
) 
C++/CLI 
public:
void LoadLayout( 
   String^ fileName
) 

Parameters

fileName
The layout filename.

Remarks

Developers can save commonly used Layout and apply it to WebGrid at runtime. This also enables developers to create highly customizable look and feel web applications by saving a few layout themes and let users choose their preferences at runtime.

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 Intersoft Solutions Corp. All Rights Reserved.