ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / TagBoolInputParams Class / CreateControl Method
The tag to edit.
The maximum width of the control.

In This Topic
    CreateControl Method (TagBoolInputParams)
    In This Topic
    Creates a System.Windows.Forms.CheckBox.
    Syntax
    'Declaration
     
    Public Overrides Function CreateControl( _
       ByVal tag As Tag, _
       ByVal maxWidth As System.Integer _
    ) As System.Windows.Forms.Control
    public override System.Windows.Forms.Control CreateControl( 
       Tag tag,
       System.int maxWidth
    )

    Parameters

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

    Return Value

    The newly created control.
    See Also