Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1192
How to set IsKeyboardFocused property of xamTextEditor.
posted

Hi,

I am trying to inherit xamTextEditor. In my derived class, I have to set IsKeyboardFocused =True in GotFocus and IsKeyboardFocused =False in LostFocus. But as IsKeyboardFocus property has only the getter, I am not able to set it.

How to handle this problem.

 

Thanks

Seema