I just wanted a extension for textbox which is .click
So basically when i click on a textbox it gives me ability to do a process
When Textbox.GotFocus
Use this
I doesnt get this.
Can you please tell me how this work as on clicking this doesn't work
I want to clear the text written by me in textbox when the user click on it help me to do that
It will empty the textbox every time it gets the focus. You can prevent this with:
Thanks for the help
Can you tell me what is use if .requestfocus
I just put there there for another textbox so that textbox2 did not have the focus when the app opens, for demonstration purposes.
Ohk thanks for this
Use a button with an empty/none colored background.
It's like a textbox.
but the user can't type into a button......
Here an extension for Click in Label.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.