v-zhgl
v-zhgl
* .NET Core Version: .NET 6.0 6.0.100-preview.6.21276.13 * Have you experienced this same bug with .NET Framework?: Yes **Problem description:** Some sub-items StatusStrip/ToolStrip/MenuStrip/ComboBox/PropertyGrid/DataGridView are still show all properties in the...
## Minimal Reproduction Scenario 1. Create a WinForms .Net Core VB application with three Form designers, and added several controls for each Form designer 2. Go to app's Properties ->Application...
Fixes https://github.com/dotnet/winforms/issues/10453 ## Proposed changes - Add unit tests for RichTextBox to test its DrawToBitmap()/LoadFile()/SaveFile()/Paste() methods - Add unit tests for RichTextBoxto test its events: DragDrop, DragEnter, DragLeave, DragOver, GiveFeedback,QueryContinueDrag...
related https://github.com/dotnet/winforms/issues/10453 ## Proposed changes - Add unit tests for RichTextBox to test its DrawToBitmap()/LoadFile()/SaveFile()/Paste() methods ## Customer Impact - None ## Regression? - No ## Risk - Minimal ##...
### .NET version 9.0.0-alpha.1.23615.2 ### Did it work in .NET Framework? No ### Did it work in any of the earlier releases of .NET Core or .NET 5+? No, this...
related https://github.com/dotnet/winforms/issues/10453 ## Proposed changes - Add unit tests for MonthCalendar to test its properties:AccessibleName, RowOrColumnMajor, canGetDefaultActionInternal, GetColumnHeaderItems, IsPatternSupported, CanGetNameInternal, CanGetDescriptionInternal, ShowWeekNumbers - Add unit tests for MonthCalendar to test...
### .NET version .NET SDK 10.0.100-alpha.1.24510.13 ### Did it work in .NET Framework? No, also can reproduce the issue ### Did it work in any of the earlier releases of...
related https://github.com/dotnet/winforms/issues/10453 Proposed changes Add unit tests for ToolStripComboBox.cs to test its properties & methods & events ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/dotnet/winforms/pull/12347)