WPF TextBox not accepting Input when in ElementHost in Window Forms

前端 未结 4 976
北海茫月
北海茫月 2020-12-05 00:45

We are developing a UI Control in WPF to be consumed within an existing Windows Forms / MFC application engine (Rhino 3D).

The application engine exposes the ability

4条回答
  •  执笔经年
    2020-12-05 01:30

    It is not necessary to create derived TextBox. The code for IOTextBox can be used in a UserControl hosting textboxes. I have successfully tested it with WPF control used for custom options page used in VS2010 package.

提交回复
热议问题