C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / TagListInputParams Class / CreateControl Method
The tag to edit.
The maximum width of the control.

In This Topic
CreateControl Method (TagListInputParams)
In This Topic
Creates a System.Windows.Forms.ListBox or a System.Windows.Forms.ComboBox, depending on the Type of list input.
Syntax
'Declaration
 
Public Overrides Function CreateControl( _
   ByVal tag As Tag, _
   ByVal maxWidth As Integer _
) As Control
 

Parameters

tag
The tag to edit.
maxWidth
The maximum width of the control.

Return Value

The newly created control.
See Also