ComponentOne WebMenus and WebBars for ASP.NET (2.0) Search HelpCentral 

C1WebCommandBase.LoadLayout Method (Stream, LayoutTypeFlags)

Loads the control layout properties with specified types from the stream.

[Visual Basic]

Overloads Public Sub LoadLayout( _

ByVal stream As Stream, _

ByVal layoutTypes As LayoutTypeFlags _

)

[C#]

public void LoadLayout(

Stream stream,

LayoutTypeFlags layoutTypes

);

[Delphi]

public procedure LoadLayout(

stream: Stream;

layoutTypes: LayoutTypeFlags

); overload;

Parameters

stream

The stream where the values of the layout properties will be loaded.

layoutTypes

The layout types to load.

See Also

C1WebCommandBase Class | C1WebCommandBase Members | C1.Web.Command Namespace | C1WebCommandBase.LoadLayout Overload List


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.