InitControl Method (RenderInputCheckBox)
In This Topic
Initializes the control.
Syntax
'Declaration
Protected Overrides Sub InitControl( _
ByVal As Control, _
ByVal As IScriptContext _
)
protected override void InitControl(
Control ,
IScriptContext
)
Parameters
- control
- The ScalableCheckBox to initialize.
- context
See Also