textbox - Dismiss Numeric Keyboard WP8 in Code Behind (VB) -


so have numeric keyboard entering few numbers , according other apps , questions best way put done/cancel button application bar have setup without issues. problem when click on done or cancel button want dismiss keyboard can't seem figure part out. i've seen few other posts use this.focus(); that's c# , i'm using vb instead , far haven't been able find similar function.

the page still has method called 'focus()' in vb. problem that:

(c#) this (vb) me

so, it's:

me.focus() 

or, simply:

focus() 

Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

jquery - How would i go about shortening this code? And to cancel the previous click on click of new section? -