Platforms to show: All Mac Windows Linux Cross-Platform

WindowsPropertiesMBS class

Type Topic Plugin Version macOS Windows Linux iOS Targets
class Windows MBS Win Plugin 17.5 ❌ No ✅ Yes ❌ No ❌ No Desktop only
The class for window properties.
Example
dim w as new WindowsPropertiesMBS(self)

dim key as string = w.EdgeGestureDisableTouchWhenFullscreen

w.Value(key) = true

dim c as integer = w.count
for i as integer = 0 to c-1
dim k as string = w.key(i)
MsgBox k+" "+w.Value(k)
next

This class has no sub classes.

Blog Entries

Videos

Release notes


The items on this page are in the following plugins: MBS Win Plugin.


WindowsProcessStatisticsMBS   -   WindowsProxyMBS


The biggest plugin in space...