PrintDocument for WinForms
CreateControl メソッド (TagBoolInputParams)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > TagBoolInputParams クラス : CreateControl メソッド
The tag to edit.
The maximum width of the control.
Creates a System.Windows.Forms.CheckBox.
シンタックス
'宣言
 
Public Overrides Function CreateControl( _
   ByVal tag As Tag, _
   ByVal maxWidth As System.Integer _
) As System.Windows.Forms.Control
'使用法
 
Dim instance As TagBoolInputParams
Dim tag As Tag
Dim maxWidth As System.Integer
Dim value As System.Windows.Forms.Control
 
value = instance.CreateControl(tag, maxWidth)
public override System.Windows.Forms.Control CreateControl( 
   Tag tag,
   System.int maxWidth
)

パラメータ

tag
The tag to edit.
maxWidth
The maximum width of the control.

戻り値の型

The newly created control.
参照

TagBoolInputParams クラス
TagBoolInputParams メンバ