Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderInputBase Class / CreateControl Method
Context that should be used to to get calculated style properties.

In This Topic
    CreateControl Method (RenderInputBase)
    In This Topic
    Creates the underlying System.Windows.Forms.Control.
    Syntax
    'Declaration
     
    Public Function CreateControl( _
       ByVal context As IScriptContext _
    ) As Control
    public Control CreateControl( 
       IScriptContext context
    )

    Parameters

    context
    Context that should be used to to get calculated style properties.

    Return Value

    The newly created control.
    See Also