Replies: 1 comment 1 reply
-
Unfortunately in .NET this is no longer possible - the designer is run as .NET process, and editors are run in the context of VS (net472 process). You can find more information in our latest blog post "State of the Windows Forms Designer for .NET Applications". |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
.NET Core Version:
.Net 6
Have you experienced this same bug with .NET Framework?:
No, it works perfectly with the .Net Framework
Problem description:
I want to use a custom FileNameEditor for a custom control property. I derived from FileNameEditor like so:
I applied it like so:
In the VS designer, when selecting the custom control, inside the PropertyGrid, the property will have no editor.
Note that if I use the stock FileNameEditor instead, it just works.
Beta Was this translation helpful? Give feedback.
All reactions