winforms icon indicating copy to clipboard operation
winforms copied to clipboard

A warning dialog pops up when trying to switch the values for the FormScreenCaptureMode property

Open Zheng-Li01 opened this issue 7 months ago • 0 comments

.NET version

.NET SDK 10.0.100-preview.6.25315.102

Did it work in .NET Framework?

No

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

No, this is a new feature introduced by the https://github.com/dotnet/winforms/pull/13561

Issue description

A warning dialog pops up when trying to switch the values for the FormScreenCaptureMode property

Image

Steps to reproduce

  1. Create a .NET winforms application
  2. Trying to switch the values for the FormScreenCaptureMode property

Zheng-Li01 avatar Jun 16 '25 01:06 Zheng-Li01