Platforms to show: All Mac Windows Linux Cross-Platform

Back to Window class.

Window.CleanUpTransparentMBS(refValue as Integer)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Window MBS Util Plugin 5.0 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop only
Cleans up transparency support for a Xojo window.
Example
dim p as Integer // property on Windows

p = window1.MakeTransparentMBS

// later in close event

window1.CleanUpTransparentMBS p

Call this in the close event of a window passing the value you got from the MakeTransparentMBS call.
Linux supported added with 14.0, but works only with Linux desktop which support alpha channel.

Blog Entries

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


The biggest plugin in space...