[]
Creates a control that can be used to input the tag value.
public abstract Control CreateControl(Tag tag, int maxWidth)
| Type | Name | Description |
|---|---|---|
| Tag | tag | The tag to edit. |
| int | maxWidth | The maximum width of the control. |
| Type | Description |
|---|---|
| Control | The newly created control. |