Initializes the control.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
protected override void InitControl(
	Control control,
	IScriptContext context
)
Visual Basic
Protected Overrides Sub InitControl ( _
	control As Control, _
	context As IScriptContext _
)

Parameters

control
Type: System.Windows.Forms..::..Control
The ScalableCheckBox to initialize.
context
Type: IScriptContext

See Also