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






settings
A LayoutInfo object representing the layout configuration.
Load layout configuration from LayoutInfo object. Load layout configuration from LayoutInfo object.

Syntax

Visual Basic (Declaration) 
Public Overloads Overrides Sub LoadLayout( _
   ByVal settings As ISNet.WebUI.LayoutInfo _
) 
Visual Basic (Usage)Copy Code
Dim instance As WebCombo
Dim settings As ISNet.WebUI.LayoutInfo
 
instance.LoadLayout(settings)
C# 
public override void LoadLayout( 
   ISNet.WebUI.LayoutInfo settings
)
Delphi 
public procedure LoadLayout( 
    settings: ISNet.WebUI.LayoutInfo
); override; 
JScript 
public override function LoadLayout( 
   settings : ISNet.WebUI.LayoutInfo
);
Managed Extensions for C++ 
public: void LoadLayout( 
   ISNet.WebUI.LayoutInfo* settings
) override 
C++/CLI 
public:
void LoadLayout( 
   ISNet.WebUI.LayoutInfo^ settings
) override 

Parameters

settings
A LayoutInfo object representing the layout configuration.

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.