Platforms to show: All Mac Windows Linux Cross-Platform

CGSWindowListMBS class

Type Topic Plugin Version macOS Windows Linux iOS Targets
class CoreGraphics MBS MacCG Plugin 8.1 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
An array of CGSWindowMBS objects.
Example
dim c as new CGSConnectionMBS
dim list as CGSWindowListMBS = c.GetWindowList

dim names() as string
dim u as Integer = List.Count-1
for i as Integer = 0 to u
dim w as CGSWindowMBS = List.Item(i)
names.append w.Title
next

MsgBox str(List.Count)+" windows: "+Join(names, ", ")

This class has no sub classes.

Some methods using this class:

Some examples using this class:

Blog Entries

Release notes

  • Version 23.1
    • Added RequestScreenCaptureAccess and PreflightScreenCaptureAccess methods to CGSWindowListMBS class.

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


CGSValueMBS   -   CGSWindowMBS


The biggest plugin in space...