winforms icon indicating copy to clipboard operation
winforms copied to clipboard

The description for design properties within DemoControl application is not appearing for every control.

Open Syareel-Sukeri opened this issue 1 year ago • 2 comments

.NET version

.Net 9.0: Main branch of Winforms repo

Did it work in .NET Framework?

Not tested/verified

Did it work in any of the earlier releases of .NET Core or .NET 5+?

No, still repro in Winforms repo release/8.0

Issue description

In DemoConsole test app of Winforms repo, the description for design properties is not showing up except "Name" when you click the controls unlike any other sections. Animation

Steps to reproduce

Test sample: DemoConsole in Winforms repo

Syareel-Sukeri avatar Apr 26 '24 08:04 Syareel-Sukeri

This isn't really a bug. The property just doesn't have a SRDescription attribute. I added a Description attribute and it added text image

elachlan avatar Apr 29 '24 03:04 elachlan

I think #10936 would help find the properties so we can annotate them.

elachlan avatar Apr 29 '24 03:04 elachlan

We'll wait for user scenario that requires descriptions for the design time properties.

Tanya-Solyanik avatar Jul 23 '24 20:07 Tanya-Solyanik