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






stream
The stream object.
Restore WebGrid's LayoutSettings from stream.

Syntax

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

Parameters

stream
The stream object.

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.