CreateControl Method (TagInputParams)
In This Topic
Creates a control that can be used to input the tag value.
Syntax
'Declaration
Public MustOverride Function CreateControl( _
ByVal As Tag, _
ByVal As Integer _
) As Control
public abstract Control CreateControl(
Tag ,
int
)
Parameters
- tag
- The tag to edit.
- maxWidth
- The maximum width of the control.
Return Value
The newly created control.
See Also