[]
        
(Showing Draft Content)

C1.C1Preview.TagInputParams.CreateControl

CreateControl Method

CreateControl(Tag, int)

Creates a control that can be used to input the tag value.

Declaration
public abstract 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.