[]
        
(Showing Draft Content)

C1.C1Preview.TagNumericInputParams.CreateControl

CreateControl Method

CreateControl(Tag, int)

Creates a NumericUpDown.

Declaration
public override Control CreateControl(Tag tag, int maxWidth)
Public Overrides Function CreateControl(tag As Tag, maxWidth As Integer) As Control
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