Skip to content

Commit e4b50e6

Browse files
authored
Update IsNonClientRegionSupportEnabled.md
1 parent 027c9df commit e4b50e6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

specs/IsNonClientRegionSupportEnabled.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ private void SetNonClientRegionSupport(CoreWebView2 sender, CoreWebView2Navigati
9696
```
9797

9898
# Remarks
99-
If the feature flag (`msWebView2EnableDraggableRegions`) is used to enable draggable regions in
100-
additional browser arguments, draggable region support will remain enabled even if the
101-
`IsNonClientRegionSupportEnabled` setting is `FALSE`.
99+
If the feature flag (`msWebView2EnableDraggableRegions`) is used to enable the CSS style `app-region`'s
100+
values `drag` and `no-drag`, draggable region support will remain enabled
101+
even if the `IsNonClientRegionSupportEnabled` setting is `FALSE`.
102102
* Note: The feature flag is experimental and should not be used in production.
103103

104104
# API Notes

0 commit comments

Comments
 (0)