Intersoft WebCombo Documentation
How-to: Save Current Layout
See Also Send comments on this topic.
Intersoft WebCombo > Learning More > Working with Designer > Layout Manager > How-to: Save Current Layout

Glossary Item Box

Developers can save the current layout of WebCombo into *.isl file. Therefore, it could be retrieved easily in the future.

Here are step by step procedures :

  1. Try to modify the RowStyle BackColor into LightCoral using WebCombo.NET Designer - AdvanceSettings. This style will be saved into an *.isl file.



  2. Click on the Layout Manager, developers will be presented with below snapshot:



  3. Click the Save button in order to save the combo's current layout into a file.



  4. Try to open the saved *.isl file using a Text Editor. Notice that the modified RowStyle is saved into the file.

See Also