my mail id is : [email protected]
text box control
send me the full use of text box control and its methods, give me one example for each event. and i want to write code for textbox_leave event how can i open this method.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Kirtan PatelPosted Mar 11, 2010, 7:42 AM
http://msdn.microsoft.com/en-us/library/system.windows.controls.textbox_members.aspx
to Write Code In TextBox_Leave event Just Select TextBox then In property Windows In Event Tab Double click like below Image and write code there
Amit ChoudharyPosted Mar 11, 2010, 7:33 AM
Here is your desired information about windows Textbox control:
1. TextBox Members
2. TextBox Constructor
3. TextBox Fields
4. TextBox Methods
5. TextBox Properties
6.TextBox Events
All you will get in those links.
Please mark as answer if it helps you.