Table of Contents

Method CreateControl

Namespace
Bonsai.Gui
Assembly
Bonsai.Gui.dll

CreateControl(IServiceProvider, ComboBoxBuilder)

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

protected override ComboBox CreateControl(IServiceProvider provider, ComboBoxBuilder builder)

Parameters

provider IServiceProvider

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

builder ComboBoxBuilder

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

Returns

ComboBox

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