Method CreateControl
CreateControl(IServiceProvider, TabControlBuilder)
Creates and configures the mashup control associated with the specified workflow operator.
protected override TabControl CreateControl(IServiceProvider provider, TabControlBuilder builder)
Parameters
provider
IServiceProviderA service provider object which can be used to obtain visualization, runtime inspection, or other editing services.
builder
TabControlBuilderThe ExpressionBuilder object used to provide configuration properties to the mashup control.
Returns
- TabControl
A new instance of the mashup control class associated with the specified workflow operator.