Disable edge touch gestures in full screen windows

dim w as new WindowsPropertiesMBS(self)
dim key as string = w.EdgeGestureDisableTouchWhenFullscreen
w.Value(key) = true
You may be able to set or query other properties if needed and of course query available keys.
New plugin will be available soon or ask for it via email.
