From 2f88285aef7fb53bb2c3c1f23778c7980ac3a912 Mon Sep 17 00:00:00 2001 From: merriemcgaw Date: Mon, 12 Mar 2018 14:39:37 -0700 Subject: [PATCH] Round 2- Compat Updated per Ron's comments. --- ...nUpDownControl-button's-actions-in-sync.md | 38 +++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 Documentation/compatibility/winform's-DomainUpDownControl-button's-actions-in-sync.md diff --git a/Documentation/compatibility/winform's-DomainUpDownControl-button's-actions-in-sync.md b/Documentation/compatibility/winform's-DomainUpDownControl-button's-actions-in-sync.md new file mode 100644 index 0000000..3030535 --- /dev/null +++ b/Documentation/compatibility/winform's-DomainUpDownControl-button's-actions-in-sync.md @@ -0,0 +1,38 @@ +## WinForm's Domain upbutton and downbutton actions are in sync now + +### Scope +Edge + +### Version Introduced +4.7.1 + +### Source Analyzer Status +Not planned + +### Change Description +The +control's +action is currently ignored when control text is present and the developer is required to use action on the control before using action. +This change is to make both and actions work independantly in this scenario and are in sync. + +- [ ] Quirked + +### Recommended Action + +In order for the application to benefit from these changes, it must run on the .NET Framework 4.7.2 or later. The application can benefit from these changes in either of the following ways: +- It is recompiled to target the .NET Framework 4.7.2. This change is enabled by default on Windows Forms applications that target the .NET Framework 4.7.2 or later. +- It opts out of the legacy accessibility behaviors by adding the following [AppContext Switch](https://docs.microsoft.com/dotnet/framework/configure-apps/file-schema/runtime/appcontextswitchoverrides-element) to the `` section of the app config file and setting it to false, as the following example shows. +``` + + + +``` + + +### Affected APIs +* Not detectable via API analysis + +### Category +Windows Forms + +