Auto close TextBox after save

How to do that when I'm typing in TextBox and then press button to save it The cursor was not blinking all the time in TexBox ?

Are you looking for the HideKeyboard method? You can find it in the textbox drawer

Taifun

No, hide keyboard.
If I type something in TextBox and after that i click save, the TextBox is still highlight with cursor blinking.

Usually the cursor is blinking in a textbox, so you can enter a value...

You can use the RequestFocus method to put the cursor into another textbox or disable the textbox,... just set the enabled property to false for this...

Taifun