Intersoft WebGrid Documentation
LoadLayoutFromPredefinedName Method
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGrid Class : LoadLayoutFromPredefinedName Method






predefinedName
Restore WebGrid's layout settings and visual styles by loading it from predefined name.

Syntax

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

Parameters

predefinedName

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.