'宣言 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)
パラメータ
- tag
- The tag to edit.
- maxWidth
- The maximum width of the control.
戻り値の型
The newly created control.