Focus in textbox
-
hi, is there any event that let me know when the textbox has focus and when it looses focus? i remember in java there was something like that maybe called onFocus or something like that. thanks
-
hi, is there any event that let me know when the textbox has focus and when it looses focus? i remember in java there was something like that maybe called onFocus or something like that. thanks
-
I didn't know that there is some events that are not displayed in the properties panel that shows in the designer view. but why is that?? thanks any way
-
I didn't know that there is some events that are not displayed in the properties panel that shows in the designer view. but why is that?? thanks any way
MouseClick Event private void textBox1_MouseClick(object sender, MouseEventArgs e)
-
MouseClick Event private void textBox1_MouseClick(object sender, MouseEventArgs e)
-
I didn't know that there is some events that are not displayed in the properties panel that shows in the designer view. but why is that?? thanks any way