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