'宣言 Public Overrides Function CheckValue( _ ByVal control As System.Windows.Forms.Control, _ ByVal tag As Tag, _ ByRef errorMessage As System.String _ ) As System.Boolean
'使用法 Dim instance As TagBoolInputParams Dim control As System.Windows.Forms.Control Dim tag As Tag Dim errorMessage As System.String Dim value As System.Boolean value = instance.CheckValue(control, tag, errorMessage)
public override System.bool CheckValue( System.Windows.Forms.Control control, Tag tag, ref System.string errorMessage )
パラメータ
- control
- 値の入力に使用されるコントロール。
- tag
- 値の割り当て先の Tag。
- errorMessage
- 確認に失敗したときに割り当てられるエラーメッセージ。
戻り値の型
true。