0
我有我這樣設置WinForms中的Form.IsValid()等效於什麼?
errorProvider1.SetError(textBox1, "Error description");
一個ErrorProvider控件一個WinForm我怎麼能如果所有的數據是有效的就像你在做ASP.NET作爲Form.IsValid()檢查?
我必須爲每個我驗證的控件使用errorProvider1.GetError()嗎?有沒有更好的辦法?
[WinForm UI驗證]的可能重複(http://stackoverflow.com/questions/769184/winform-ui-validation) –