Table of Contents

Interface IFormDesignerHostContext

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

Represents methods and properties declaration to encapsulate designer host together with the actual form designer control and its state.

public interface IFormDesignerHostContext : IDisposable

Properties

DesignerControl

When implemented by a class, represents the view for the root designer.

DesignerHost

When implemented by a class, represents IDesignerHost object encapsulated in this host.

DesignerLoader

When implemented by a class, represents an object provides load and save designer's content functionality.

Owner

When implemented by a class, represents an actual form designer control.

PrimarySelection

When implemented by a class, represents first selected component or control.

SelectedComponents

When implemented by a class, represents list of selected components or controls.

ServiceContainer

When implemented by a class, represents a container for designer-related services.

Source

When implemented by a class, represents data source of the designer control.

ToolboxService

When implemented by a class, represents an object provides communication between the designer and toolbox.

Methods

RaiseComponentChanged(object)
Save()

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