Platforms to show: All Mac Windows Linux Cross-Platform

Back to NSImageMBS class.

Previous items Next items

NSImageMBS.NSImageNameTouchBarBookmarksTemplate as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Drawing MBS MacBase Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the touchbar image templates.
Example
dim name as string
dim img as NSImageMBS

name = NSImageMBS.NSImageNameTouchBarBookmarksTemplate
img = NSImageMBS.imageNamed(n)

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

NSImageMBS.NSImageNameTouchBarColorPickerFill as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Drawing MBS MacBase Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the touchbar image templates.
Example
dim name as string
dim img as NSImageMBS

name = NSImageMBS.NSImageNameTouchBarColorPickerFill
img = NSImageMBS.imageNamed(n)

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

NSImageMBS.NSImageNameTouchBarColorPickerFont as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Drawing MBS MacBase Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the touchbar image templates.
Example
dim name as string
dim img as NSImageMBS

name = NSImageMBS.NSImageNameTouchBarColorPickerFont
img = NSImageMBS.imageNamed(n)

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

NSImageMBS.NSImageNameTouchBarColorPickerStroke as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Drawing MBS MacBase Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the touchbar image templates.
Example
dim name as string
dim img as NSImageMBS

name = NSImageMBS.NSImageNameTouchBarColorPickerStroke
img = NSImageMBS.imageNamed(n)

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

NSImageMBS.NSImageNameTouchBarCommunicationAudioTemplate as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Drawing MBS MacBase Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the touchbar image templates.
Example
dim name as string
dim img as NSImageMBS

name = NSImageMBS.NSImageNameTouchBarCommunicationAudioTemplate
img = NSImageMBS.imageNamed(n)

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

NSImageMBS.NSImageNameTouchBarCommunicationVideoTemplate as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Drawing MBS MacBase Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the touchbar image templates.
Example
dim name as string
dim img as NSImageMBS

name = NSImageMBS.NSImageNameTouchBarCommunicationVideoTemplate
img = NSImageMBS.imageNamed(n)

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

NSImageMBS.NSImageNameTouchBarComposeTemplate as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Drawing MBS MacBase Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the touchbar image templates.
Example
dim name as string
dim img as NSImageMBS

name = NSImageMBS.NSImageNameTouchBarComposeTemplate
img = NSImageMBS.imageNamed(n)

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

NSImageMBS.NSImageNameTouchBarDeleteTemplate as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Drawing MBS MacBase Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the touchbar image templates.
Example
dim name as string
dim img as NSImageMBS

name = NSImageMBS.NSImageNameTouchBarDeleteTemplate
img = NSImageMBS.imageNamed(n)

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

NSImageMBS.NSImageNameTouchBarDownloadTemplate as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Drawing MBS MacBase Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the touchbar image templates.
Example
dim name as string
dim img as NSImageMBS

name = NSImageMBS.NSImageNameTouchBarDownloadTemplate
img = NSImageMBS.imageNamed(n)

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

NSImageMBS.NSImageNameTouchBarEnterFullScreenTemplate as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Drawing MBS MacBase Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the touchbar image templates.
Example
dim name as string
dim img as NSImageMBS

name = NSImageMBS.NSImageNameTouchBarEnterFullScreenTemplate
img = NSImageMBS.imageNamed(n)

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

NSImageMBS.NSImageNameTouchBarExitFullScreenTemplate as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Drawing MBS MacBase Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the touchbar image templates.
Example
dim name as string
dim img as NSImageMBS

name = NSImageMBS.NSImageNameTouchBarExitFullScreenTemplate
img = NSImageMBS.imageNamed(n)

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

NSImageMBS.NSImageNameTouchBarFastForwardTemplate as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Drawing MBS MacBase Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the touchbar image templates.
Example
dim name as string
dim img as NSImageMBS

name = NSImageMBS.NSImageNameTouchBarFastForwardTemplate
img = NSImageMBS.imageNamed(n)

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

NSImageMBS.NSImageNameTouchBarFolderCopyToTemplate as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Drawing MBS MacBase Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the touchbar image templates.
Example
dim name as string
dim img as NSImageMBS

name = NSImageMBS.NSImageNameTouchBarFolderCopyToTemplate
img = NSImageMBS.imageNamed(n)

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

NSImageMBS.NSImageNameTouchBarFolderMoveToTemplate as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Drawing MBS MacBase Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the touchbar image templates.
Example
dim name as string
dim img as NSImageMBS

name = NSImageMBS.NSImageNameTouchBarFolderMoveToTemplate
img = NSImageMBS.imageNamed(n)

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

NSImageMBS.NSImageNameTouchBarFolderTemplate as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Drawing MBS MacBase Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the touchbar image templates.
Example
dim name as string
dim img as NSImageMBS

name = NSImageMBS.NSImageNameTouchBarFolderTemplate
img = NSImageMBS.imageNamed(n)

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

NSImageMBS.NSImageNameTouchBarGetInfoTemplate as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Drawing MBS MacBase Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the touchbar image templates.
Example
dim name as string
dim img as NSImageMBS

name = NSImageMBS.NSImageNameTouchBarGetInfoTemplate
img = NSImageMBS.imageNamed(n)

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

NSImageMBS.NSImageNameTouchBarGoBackTemplate as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Drawing MBS MacBase Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the touchbar image templates.
Example
dim name as string
dim img as NSImageMBS

name = NSImageMBS.NSImageNameTouchBarGoBackTemplate
img = NSImageMBS.imageNamed(n)

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

NSImageMBS.NSImageNameTouchBarGoDownTemplate as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Drawing MBS MacBase Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the touchbar image templates.
Example
dim name as string
dim img as NSImageMBS

name = NSImageMBS.NSImageNameTouchBarGoDownTemplate
img = NSImageMBS.imageNamed(n)

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

NSImageMBS.NSImageNameTouchBarGoForwardTemplate as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Drawing MBS MacBase Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the touchbar image templates.
Example
dim name as string
dim img as NSImageMBS

name = NSImageMBS.NSImageNameTouchBarGoForwardTemplate
img = NSImageMBS.imageNamed(n)

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

NSImageMBS.NSImageNameTouchBarGoUpTemplate as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Drawing MBS MacBase Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the touchbar image templates.
Example
dim name as string
dim img as NSImageMBS

name = NSImageMBS.NSImageNameTouchBarGoUpTemplate
img = NSImageMBS.imageNamed(n)

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

NSImageMBS.NSImageNameTouchBarHistoryTemplate as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Drawing MBS MacBase Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the touchbar image templates.
Example
dim name as string
dim img as NSImageMBS

name = NSImageMBS.NSImageNameTouchBarHistoryTemplate
img = NSImageMBS.imageNamed(n)

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

NSImageMBS.NSImageNameTouchBarIconViewTemplate as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Drawing MBS MacBase Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the touchbar image templates.
Example
dim name as string
dim img as NSImageMBS

name = NSImageMBS.NSImageNameTouchBarIconViewTemplate
img = NSImageMBS.imageNamed(n)

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

NSImageMBS.NSImageNameTouchBarListViewTemplate as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Drawing MBS MacBase Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the touchbar image templates.
Example
dim name as string
dim img as NSImageMBS

name = NSImageMBS.NSImageNameTouchBarListViewTemplate
img = NSImageMBS.imageNamed(n)

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

NSImageMBS.NSImageNameTouchBarMailTemplate as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Drawing MBS MacBase Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the touchbar image templates.
Example
dim name as string
dim img as NSImageMBS

name = NSImageMBS.NSImageNameTouchBarMailTemplate
img = NSImageMBS.imageNamed(n)

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

NSImageMBS.NSImageNameTouchBarNewFolderTemplate as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Drawing MBS MacBase Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the touchbar image templates.
Example
dim name as string
dim img as NSImageMBS

name = NSImageMBS.NSImageNameTouchBarNewFolderTemplate
img = NSImageMBS.imageNamed(n)

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

NSImageMBS.NSImageNameTouchBarNewMessageTemplate as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Drawing MBS MacBase Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the touchbar image templates.
Example
dim name as string
dim img as NSImageMBS

name = NSImageMBS.NSImageNameTouchBarNewMessageTemplate
img = NSImageMBS.imageNamed(n)

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

NSImageMBS.NSImageNameTouchBarOpenInBrowserTemplate as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Drawing MBS MacBase Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the touchbar image templates.
Example
dim name as string
dim img as NSImageMBS

name = NSImageMBS.NSImageNameTouchBarOpenInBrowserTemplate
img = NSImageMBS.imageNamed(n)

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

NSImageMBS.NSImageNameTouchBarPauseTemplate as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Drawing MBS MacBase Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the touchbar image templates.
Example
dim name as string
dim img as NSImageMBS

name = NSImageMBS.NSImageNameTouchBarPauseTemplate
img = NSImageMBS.imageNamed(n)

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

NSImageMBS.NSImageNameTouchBarPlayheadTemplate as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Drawing MBS MacBase Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the touchbar image templates.
Example
dim name as string
dim img as NSImageMBS

name = NSImageMBS.NSImageNameTouchBarPlayheadTemplate
img = NSImageMBS.imageNamed(n)

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

NSImageMBS.NSImageNameTouchBarPlayPauseTemplate as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Drawing MBS MacBase Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the touchbar image templates.
Example
dim name as string
dim img as NSImageMBS

name = NSImageMBS.NSImageNameTouchBarPlayPauseTemplate
img = NSImageMBS.imageNamed(n)

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

NSImageMBS.NSImageNameTouchBarPlayTemplate as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Drawing MBS MacBase Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the touchbar image templates.
Example
dim name as string
dim img as NSImageMBS

name = NSImageMBS.NSImageNameTouchBarPlayTemplate
img = NSImageMBS.imageNamed(n)

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

NSImageMBS.NSImageNameTouchBarQuickLookTemplate as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Drawing MBS MacBase Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the touchbar image templates.
Example
dim name as string
dim img as NSImageMBS

name = NSImageMBS.NSImageNameTouchBarQuickLookTemplate
img = NSImageMBS.imageNamed(n)

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

NSImageMBS.NSImageNameTouchBarRecordStartTemplate as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Drawing MBS MacBase Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the touchbar image templates.
Example
dim name as string
dim img as NSImageMBS

name = NSImageMBS.NSImageNameTouchBarRecordStartTemplate
img = NSImageMBS.imageNamed(n)

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

NSImageMBS.NSImageNameTouchBarRecordStopTemplate as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Drawing MBS MacBase Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the touchbar image templates.
Example
dim name as string
dim img as NSImageMBS

name = NSImageMBS.NSImageNameTouchBarRecordStopTemplate
img = NSImageMBS.imageNamed(n)

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

NSImageMBS.NSImageNameTouchBarRefreshTemplate as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Drawing MBS MacBase Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the touchbar image templates.
Example
dim name as string
dim img as NSImageMBS

name = NSImageMBS.NSImageNameTouchBarRefreshTemplate
img = NSImageMBS.imageNamed(n)

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

NSImageMBS.NSImageNameTouchBarRewindTemplate as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Drawing MBS MacBase Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the touchbar image templates.
Example
dim name as string
dim img as NSImageMBS

name = NSImageMBS.NSImageNameTouchBarRewindTemplate
img = NSImageMBS.imageNamed(n)

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

Previous items Next items

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


The biggest plugin in space...