Table of Contents

Interface IFormDesignerLoader

Namespace
Alternet.FormDesigner.WinForms
Assembly
Alternet.FormDesigner.v9.dll

Represents methods and properties declaration to load and save designer's content.

public interface IFormDesignerLoader

Properties

IsModified

When implemented by a class, represents a boolean value indicating whether designer content has been modified since last save.

Loader

When implemented by a class, represents an object used to load designer's content.

Methods

Save()

When implemented by a class, saves designer's content.

Save(StringBuilder)

When implemented by a class, saves designer's content into the specified target.