Saves control layout properties to the stream.
[Visual Basic]
Overloads Public Sub SaveLayout( _
ByVal stream As Stream _
)
[C#]
public void SaveLayout(
Stream stream
);
[Delphi]
public procedure SaveLayout(
stream: Stream
); overload;
Parameters
stream
The stream where the values of layout properties will be saved.
See Also
C1WebCommandBase Class | C1WebCommandBase Members | C1.Web.Command Namespace | C1WebCommandBase.SaveLayout Overload List
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |