PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.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
    public override Control CreateControl( 
       Tag tag,
       int maxWidth
    )

    Parameters

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

    Return Value

    The newly created control.
    See Also