PrintDocument for WinForms
CreateControl メソッド (RenderInputBase)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > RenderInputBase クラス : CreateControl メソッド
Context that should be used to to get calculated style properties.
Creates the underlying System.Windows.Forms.Control.
シンタックス
'宣言
 
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.
参照

RenderInputBase クラス
RenderInputBase メンバ