[]
        
(Showing Draft Content)

C1.C1Preview.TagBoolInputParams.CreateControl

CreateControl Method

CreateControl(Tag, int)

Creates a CheckBox.

Declaration
public override Control CreateControl(Tag tag, int maxWidth)
Parameters
Type Name Description
Tag tag

The tag to edit.

int maxWidth

The maximum width of the control.

Returns
Type Description
Control

The newly created control.

Overrides