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