Platforms to show: All Mac Windows Linux Cross-Platform

Back to LSSharedFileListMBS class.

LSSharedFileListMBS.kLSSharedFileListItemBeforeFirst as LSSharedFileListItemMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Login Items MBS MacFrameworks Plugin 9.8 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
A virtual item reference for inserting new item at beginning of the list.
Example
dim n as LSSharedFileListItemMBS = LSSharedFileListMBS.kLSSharedFileListItemBeforeFirst
MsgBox str(n.Handle) // a special handle value for this virtual item: 1

LSSharedFileListMBS.kLSSharedFileListItemLast as LSSharedFileListItemMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Login Items MBS MacFrameworks Plugin 9.8 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
A virtual item reference for inserting new item at end of the list.
Example
dim n as LSSharedFileListItemMBS = LSSharedFileListMBS.kLSSharedFileListItemLast
MsgBox str(n.Handle) // a special handle value for this virtual item: 2

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


The biggest plugin in space...