C# 錯誤提示控件errorProvider

 private void buttonX1_Click(object sender, EventArgs e)         {             if (textBoxX1.Text == "")             {                 errorProvider1.SetError(this.textBoxX1,"禁止爲空");             }    
相關文章
相關標籤/搜索