InitControl Method (RenderInputButtonBase)
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 System.Windows.Forms.Control to initialize.
- context
- Context that should be used to get calculated style properties.
See Also