InitControl Method (RenderInputBase)
In This Topic
Initializes the input control.
Syntax
'Declaration
Protected Overridable Sub InitControl( _
ByVal As Control, _
ByVal As IScriptContext _
)
protected virtual void InitControl(
Control ,
IScriptContext
)
Parameters
- control
- The control to initialize.
- context
- Context that should be used to get calculated style properties.
See Also