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






fileName

Developers can save commonly used Layout and apply it to WebCombo 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.

Syntax

Visual Basic (Declaration) 
<ObsoleteAttribute("Use LoadLayoutFromFile(string) method for loading layout from XML-based file.")>
Public Overloads Sub LoadLayout( _
   ByVal fileName As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As WebCombo
Dim fileName As String
 
instance.LoadLayout(fileName)
C# 
[ObsoleteAttribute("Use LoadLayoutFromFile(string) method for loading layout from XML-based file.")]
public void LoadLayout( 
   string fileName
)
Delphi 
public procedure LoadLayout( 
    fileName: String
); 
JScript 
ObsoleteAttribute("Use LoadLayoutFromFile(string) method for loading layout from XML-based file.")
public function LoadLayout( 
   fileName : String
);
Managed Extensions for C++ 
[ObsoleteAttribute("Use LoadLayoutFromFile(string) method for loading layout from XML-based file.")]
public: void LoadLayout( 
   string* fileName
) 
C++/CLI 
[ObsoleteAttribute("Use LoadLayoutFromFile(string) method for loading layout from XML-based file.")]
public:
void LoadLayout( 
   String^ fileName
) 

Parameters

fileName

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.