This question is locked. New answers and comments are not allowed.
Hello,
I am using radrichtextbox as a hosted control inside my Winform application and I have used ElementHost for this purpose and made the control as its child. Mostly everything works well with this approach. The only thing which caught my notice is that on firing ShowFindReplaceDialogCommand. The dialog doesn't accept user input as it is non modal. Now, I am aware that for making a WPF non modal window accept input when used inside an element host it needs to call EnableModelessKeyboardInterop(Window window); method. But How do I call this method in this case.
Warm Regards,
Kushagra Tiwari
I am using radrichtextbox as a hosted control inside my Winform application and I have used ElementHost for this purpose and made the control as its child. Mostly everything works well with this approach. The only thing which caught my notice is that on firing ShowFindReplaceDialogCommand. The dialog doesn't accept user input as it is non modal. Now, I am aware that for making a WPF non modal window accept input when used inside an element host it needs to call EnableModelessKeyboardInterop(Window window); method. But How do I call this method in this case.
Warm Regards,
Kushagra Tiwari