From d487928c2d2a171acbf644dd5356396dbeb7fcee Mon Sep 17 00:00:00 2001 From: merriemcgaw Date: Mon, 12 Mar 2018 14:40:24 -0700 Subject: [PATCH] Devendar's Doc --- ...nUpDownControl-button's-actions-in-sync.md | 38 +++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 winform's-DomainUpDownControl-button's-actions-in-sync.md diff --git a/winform's-DomainUpDownControl-button's-actions-in-sync.md b/winform's-DomainUpDownControl-button's-actions-in-sync.md new file mode 100644 index 0000000..39a1412 --- /dev/null +++ b/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 + +