'宣言 Protected Overridable Sub InitControl( _ ByVal control As System.Windows.Forms.Control, _ ByVal context As IScriptContext _ )
'使用法 Dim instance As RenderInputBase Dim control As System.Windows.Forms.Control Dim context As IScriptContext instance.InitControl(control, context)
パラメータ
- control
- The control to initialize.
- context
- Context that should be used to get calculated style properties.