liuliu100
級別: 家園常客
![]() |
下面是C# 的一個輸入程序段,求解釋 private void textBox12_TextChanged(object sender, EventArgs e) { } 1 private 什么意思? 2 void textBox12_Text 什么意思? 3 Changed(object sender, EventArgs e) 什么意思? 4 兩括弧中間輸入是數字,可為什么不能帶小數點? |
---|---|
|
liuliu100
級別: 家園常客
![]() |
textbox怎么拉啊? |
---|---|
|
liuliu100
級別: 家園常客
![]() |
this.textBox16.Location = new System.Drawing.Point(297, 214); this.textBox16.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.textBox16.Name = "textBox16"; this.textBox16.Size = new System.Drawing.Size(85, 28); this.textBox16.TabIndex = 17; this.textBox16.TextChanged += new System.EventHandler(this.textBox16_TextChanged); |
---|---|
|