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

In This Topic
CreateControl Method (TagDateTimeInputParams)
In This Topic
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