Table of Contents

Method CreateControl

Namespace
Bonsai.Gui
Assembly
Bonsai.Gui.dll

CreateControl(IServiceProvider, TableLayoutPanelBuilder)

Creates and configures the mashup control associated with the specified workflow operator.

protected override TableLayoutPanel CreateControl(IServiceProvider provider, TableLayoutPanelBuilder builder)

Parameters

provider IServiceProvider

A service provider object which can be used to obtain visualization, runtime inspection, or other editing services.

builder TableLayoutPanelBuilder

The ExpressionBuilder object used to provide configuration properties to the mashup control.

Returns

TableLayoutPanel

A new instance of the mashup control class associated with the specified workflow operator.