'宣言 Public Function CreateControl( _ ByVal context As IScriptContext _ ) As System.Windows.Forms.Control
'使用法 Dim instance As RenderInputBase Dim context As IScriptContext Dim value As System.Windows.Forms.Control value = instance.CreateControl(context)
public System.Windows.Forms.Control CreateControl( IScriptContext context )
パラメータ
- context
- Context that should be used to to get calculated style properties.
戻り値の型
The newly created control.