'宣言 Public Overrides Function CreateControl( _ ByVal tag As Tag, _ ByVal maxWidth As System.Integer _ ) As System.Windows.Forms.Control
'使用法 Dim instance As TagNumericInputParams Dim tag As Tag Dim maxWidth As System.Integer Dim value As System.Windows.Forms.Control value = instance.CreateControl(tag, maxWidth)
パラメータ
- tag
- 編集するタグ。
- maxWidth
- コントロールの最大幅。
戻り値の型
新しく作成されたコントロール。