PrintDocument for WinForms
CreateControl メソッド (TagInputParams)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > TagInputParams クラス : CreateControl メソッド
The tag to edit.
The maximum width of the control.
Creates a control that can be used to input the tag value.
シンタックス
'宣言
 
Public MustOverride Function CreateControl( _
   ByVal tag As Tag, _
   ByVal maxWidth As System.Integer _
) As System.Windows.Forms.Control
'使用法
 
Dim instance As TagInputParams
Dim tag As Tag
Dim maxWidth As System.Integer
Dim value As System.Windows.Forms.Control
 
value = instance.CreateControl(tag, maxWidth)
public abstract 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.
参照

TagInputParams クラス
TagInputParams メンバ