You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// This enum contains values representing possible regions a given
158
158
/// point lies within
159
159
typedefenum COREWEBVIEW2_HIT_TEST_RESULT {
160
-
/// For regions in the WV which have the CSS style 'app-region: drag' set
160
+
/// A hit test region in the WebView2 which has the CSS style `app-region: drag` set. Web content should use this CSS style to identify regions that should be treated like the app window's title bar. This has the same value as the Win32 HTCAPTION constant.
161
161
COREWEBVIEW2_HIT_TEST_RESULT_CAPTION = 2,
162
162
/// For regions in the WV which don't have the CSS style 'app-region: drag' set
0 commit comments