Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderInputButtonBase Class / InitControl Method
The System.Windows.Forms.Control to initialize.
Context that should be used to get calculated style properties.

In This Topic
    InitControl Method (RenderInputButtonBase)
    In This Topic
    Initializes the control.
    Syntax
    'Declaration
     
    Protected Overrides Sub InitControl( _
       ByVal control As Control, _
       ByVal context As IScriptContext _
    ) 
    protected override void InitControl( 
       Control control,
       IScriptContext context
    )

    Parameters

    control
    The System.Windows.Forms.Control to initialize.
    context
    Context that should be used to get calculated style properties.
    See Also