microsoft / winforms-designer-extensibility

MIT License
56 stars 13 forks source link

How to make TextBox controls on design surface editable? #39

Open valiahmetovv opened 4 months ago

valiahmetovv commented 4 months ago

Currently any standard control added to server side view, including textboxes cannot receive any user input:

NET

Please provide a recommended approach to achieve same behavior for textboxes as in .net framework environment.