Loads control layout properties from the file.
[Visual Basic]
Overloads Public Sub LoadLayout( _
ByVal filename As String _
)
[C#]
public void LoadLayout(
string filename
);
[Delphi]
public procedure LoadLayout(
filename: String
); overload;
Parameters
filename
The file where the values of layout properties will be loaded.
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. |