Platforms to show: All Mac Windows Linux Cross-Platform
NSImageMBS.NSImageNameTouchBarQuickLookTemplate as string
Function:
One of the touchbar image templates.
Example:
Notes:
Available in macOS 10.12 and newer.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Cocoa Drawing | MBS MacBase Plugin | 16.5 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Example:
dim name as string
dim img as NSImageMBS
name = NSImageMBS.NSImageNameTouchBarQuickLookTemplate
img = NSImageMBS.imageNamed(n)
Backdrop = img.CopyPictureWithAlpha
NSImageMBS.NSImageNameTouchBarRecordStartTemplate as string
Function:
One of the touchbar image templates.
Example:
Notes:
Available in macOS 10.12 and newer.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Cocoa Drawing | MBS MacBase Plugin | 16.5 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Example:
dim name as string
dim img as NSImageMBS
name = NSImageMBS.NSImageNameTouchBarRecordStartTemplate
img = NSImageMBS.imageNamed(n)
Backdrop = img.CopyPictureWithAlpha
NSImageMBS.NSImageNameTouchBarRecordStopTemplate as string
Function:
One of the touchbar image templates.
Example:
Notes:
Available in macOS 10.12 and newer.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Cocoa Drawing | MBS MacBase Plugin | 16.5 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Example:
dim name as string
dim img as NSImageMBS
name = NSImageMBS.NSImageNameTouchBarRecordStopTemplate
img = NSImageMBS.imageNamed(n)
Backdrop = img.CopyPictureWithAlpha
NSImageMBS.NSImageNameTouchBarRefreshTemplate as string
Function:
One of the touchbar image templates.
Example:
Notes:
Available in macOS 10.12 and newer.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Cocoa Drawing | MBS MacBase Plugin | 16.5 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Example:
dim name as string
dim img as NSImageMBS
name = NSImageMBS.NSImageNameTouchBarRefreshTemplate
img = NSImageMBS.imageNamed(n)
Backdrop = img.CopyPictureWithAlpha
NSImageMBS.NSImageNameTouchBarRewindTemplate as string
Function:
One of the touchbar image templates.
Example:
Notes:
Available in macOS 10.12 and newer.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Cocoa Drawing | MBS MacBase Plugin | 16.5 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Example:
dim name as string
dim img as NSImageMBS
name = NSImageMBS.NSImageNameTouchBarRewindTemplate
img = NSImageMBS.imageNamed(n)
Backdrop = img.CopyPictureWithAlpha
NSImageMBS.NSImageNameTouchBarRotateLeftTemplate as string
Function:
One of the touchbar image templates.
Example:
Notes:
Available in macOS 10.12 and newer.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Cocoa Drawing | MBS MacBase Plugin | 16.5 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Example:
dim name as string
dim img as NSImageMBS
name = NSImageMBS.NSImageNameTouchBarRotateLeftTemplate
img = NSImageMBS.imageNamed(n)
Backdrop = img.CopyPictureWithAlpha
NSImageMBS.NSImageNameTouchBarRotateRightTemplate as string
Function:
One of the touchbar image templates.
Example:
Notes:
Available in macOS 10.12 and newer.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Cocoa Drawing | MBS MacBase Plugin | 16.5 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Example:
dim name as string
dim img as NSImageMBS
name = NSImageMBS.NSImageNameTouchBarRotateRightTemplate
img = NSImageMBS.imageNamed(n)
Backdrop = img.CopyPictureWithAlpha
NSImageMBS.NSImageNameTouchBarSearchTemplate as string
Function:
One of the touchbar image templates.
Example:
Notes:
Available in macOS 10.12 and newer.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Cocoa Drawing | MBS MacBase Plugin | 16.5 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Example:
dim name as string
dim img as NSImageMBS
name = NSImageMBS.NSImageNameTouchBarSearchTemplate
img = NSImageMBS.imageNamed(n)
Backdrop = img.CopyPictureWithAlpha
NSImageMBS.NSImageNameTouchBarShareTemplate as string
Function:
One of the touchbar image templates.
Example:
Notes:
Available in macOS 10.12 and newer.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Cocoa Drawing | MBS MacBase Plugin | 16.5 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Example:
dim name as string
dim img as NSImageMBS
name = NSImageMBS.NSImageNameTouchBarShareTemplate
img = NSImageMBS.imageNamed(n)
Backdrop = img.CopyPictureWithAlpha
NSImageMBS.NSImageNameTouchBarSidebarTemplate as string
Function:
One of the touchbar image templates.
Example:
Notes:
Available in macOS 10.12 and newer.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Cocoa Drawing | MBS MacBase Plugin | 16.5 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Example:
dim name as string
dim img as NSImageMBS
name = NSImageMBS.NSImageNameTouchBarSidebarTemplate
img = NSImageMBS.imageNamed(n)
Backdrop = img.CopyPictureWithAlpha
NSImageMBS.NSImageNameTouchBarSkipAhead15SecondsTemplate as string
Function:
One of the touchbar image templates.
Example:
Notes:
Available in macOS 10.12 and newer.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Cocoa Drawing | MBS MacBase Plugin | 16.5 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Example:
dim name as string
dim img as NSImageMBS
name = NSImageMBS.NSImageNameTouchBarSkipAhead15SecondsTemplate
img = NSImageMBS.imageNamed(n)
Backdrop = img.CopyPictureWithAlpha
NSImageMBS.NSImageNameTouchBarSkipAhead30SecondsTemplate as string
Function:
One of the touchbar image templates.
Example:
Notes:
Available in macOS 10.12 and newer.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Cocoa Drawing | MBS MacBase Plugin | 16.5 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Example:
dim name as string
dim img as NSImageMBS
name = NSImageMBS.NSImageNameTouchBarSkipAhead30SecondsTemplate
img = NSImageMBS.imageNamed(n)
Backdrop = img.CopyPictureWithAlpha
NSImageMBS.NSImageNameTouchBarSkipAheadTemplate as string
Function:
One of the touchbar image templates.
Example:
Notes:
Available in macOS 10.12 and newer.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Cocoa Drawing | MBS MacBase Plugin | 16.5 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Example:
dim name as string
dim img as NSImageMBS
name = NSImageMBS.NSImageNameTouchBarSkipAheadTemplate
img = NSImageMBS.imageNamed(n)
Backdrop = img.CopyPictureWithAlpha
NSImageMBS.NSImageNameTouchBarSkipBack15SecondsTemplate as string
Function:
One of the touchbar image templates.
Example:
Notes:
Available in macOS 10.12 and newer.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Cocoa Drawing | MBS MacBase Plugin | 16.5 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Example:
dim name as string
dim img as NSImageMBS
name = NSImageMBS.NSImageNameTouchBarSkipBack15SecondsTemplate
img = NSImageMBS.imageNamed(n)
Backdrop = img.CopyPictureWithAlpha
NSImageMBS.NSImageNameTouchBarSkipBack30SecondsTemplate as string
Function:
One of the touchbar image templates.
Example:
Notes:
Available in macOS 10.12 and newer.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Cocoa Drawing | MBS MacBase Plugin | 16.5 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Example:
dim name as string
dim img as NSImageMBS
name = NSImageMBS.NSImageNameTouchBarSkipBack30SecondsTemplate
img = NSImageMBS.imageNamed(n)
Backdrop = img.CopyPictureWithAlpha
NSImageMBS.NSImageNameTouchBarSkipBackTemplate as string
Function:
One of the touchbar image templates.
Example:
Notes:
Available in macOS 10.12 and newer.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Cocoa Drawing | MBS MacBase Plugin | 16.5 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Example:
dim name as string
dim img as NSImageMBS
name = NSImageMBS.NSImageNameTouchBarSkipBackTemplate
img = NSImageMBS.imageNamed(n)
Backdrop = img.CopyPictureWithAlpha
NSImageMBS.NSImageNameTouchBarSkipToEndTemplate as string
Function:
One of the touchbar image templates.
Example:
Notes:
Available in macOS 10.12 and newer.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Cocoa Drawing | MBS MacBase Plugin | 16.5 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Example:
dim name as string
dim img as NSImageMBS
name = NSImageMBS.NSImageNameTouchBarSkipToEndTemplate
img = NSImageMBS.imageNamed(n)
Backdrop = img.CopyPictureWithAlpha
NSImageMBS.NSImageNameTouchBarSkipToStartTemplate as string
Function:
One of the touchbar image templates.
Example:
Notes:
Available in macOS 10.12 and newer.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Cocoa Drawing | MBS MacBase Plugin | 16.5 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Example:
dim name as string
dim img as NSImageMBS
name = NSImageMBS.NSImageNameTouchBarSkipToStartTemplate
img = NSImageMBS.imageNamed(n)
Backdrop = img.CopyPictureWithAlpha
NSImageMBS.NSImageNameTouchBarSlideshowTemplate as string
Function:
One of the touchbar image templates.
Example:
Notes:
Available in macOS 10.12 and newer.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Cocoa Drawing | MBS MacBase Plugin | 16.5 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Example:
dim name as string
dim img as NSImageMBS
name = NSImageMBS.NSImageNameTouchBarSlideshowTemplate
img = NSImageMBS.imageNamed(n)
Backdrop = img.CopyPictureWithAlpha
NSImageMBS.NSImageNameTouchBarTagIconTemplate as string
Function:
One of the touchbar image templates.
Example:
Notes:
Available in macOS 10.12 and newer.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Cocoa Drawing | MBS MacBase Plugin | 16.5 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Example:
dim name as string
dim img as NSImageMBS
name = NSImageMBS.NSImageNameTouchBarTagIconTemplate
img = NSImageMBS.imageNamed(n)
Backdrop = img.CopyPictureWithAlpha
NSImageMBS.NSImageNameTouchBarTextBoldTemplate as string
Function:
One of the touchbar image templates.
Example:
Notes:
Available in macOS 10.12 and newer.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Cocoa Drawing | MBS MacBase Plugin | 16.5 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Example:
dim name as string
dim img as NSImageMBS
name = NSImageMBS.NSImageNameTouchBarTextBoldTemplate
img = NSImageMBS.imageNamed(n)
Backdrop = img.CopyPictureWithAlpha
NSImageMBS.NSImageNameTouchBarTextBoxTemplate as string
Function:
One of the touchbar image templates.
Example:
Notes:
Available in macOS 10.12 and newer.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Cocoa Drawing | MBS MacBase Plugin | 16.5 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Example:
dim name as string
dim img as NSImageMBS
name = NSImageMBS.NSImageNameTouchBarTextBoxTemplate
img = NSImageMBS.imageNamed(n)
Backdrop = img.CopyPictureWithAlpha
NSImageMBS.NSImageNameTouchBarTextCenterAlignTemplate as string
Function:
One of the touchbar image templates.
Example:
Notes:
Available in macOS 10.12 and newer.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Cocoa Drawing | MBS MacBase Plugin | 16.5 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Example:
dim name as string
dim img as NSImageMBS
name = NSImageMBS.NSImageNameTouchBarTextCenterAlignTemplate
img = NSImageMBS.imageNamed(n)
Backdrop = img.CopyPictureWithAlpha
NSImageMBS.NSImageNameTouchBarTextItalicTemplate as string
Function:
One of the touchbar image templates.
Example:
Notes:
Available in macOS 10.12 and newer.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Cocoa Drawing | MBS MacBase Plugin | 16.5 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Example:
dim name as string
dim img as NSImageMBS
name = NSImageMBS.NSImageNameTouchBarTextItalicTemplate
img = NSImageMBS.imageNamed(n)
Backdrop = img.CopyPictureWithAlpha
NSImageMBS.NSImageNameTouchBarTextJustifiedAlignTemplate as string
Function:
One of the touchbar image templates.
Example:
Notes:
Available in macOS 10.12 and newer.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Cocoa Drawing | MBS MacBase Plugin | 16.5 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Example:
dim name as string
dim img as NSImageMBS
name = NSImageMBS.NSImageNameTouchBarTextJustifiedAlignTemplate
img = NSImageMBS.imageNamed(n)
Backdrop = img.CopyPictureWithAlpha
NSImageMBS.NSImageNameTouchBarTextLeftAlignTemplate as string
Function:
One of the touchbar image templates.
Example:
Notes:
Available in macOS 10.12 and newer.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Cocoa Drawing | MBS MacBase Plugin | 16.5 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Example:
dim name as string
dim img as NSImageMBS
name = NSImageMBS.NSImageNameTouchBarTextLeftAlignTemplate
img = NSImageMBS.imageNamed(n)
Backdrop = img.CopyPictureWithAlpha
NSImageMBS.NSImageNameTouchBarTextListTemplate as string
Function:
One of the touchbar image templates.
Example:
Notes:
Available in macOS 10.12 and newer.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Cocoa Drawing | MBS MacBase Plugin | 16.5 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Example:
dim name as string
dim img as NSImageMBS
name = NSImageMBS.NSImageNameTouchBarTextListTemplate
img = NSImageMBS.imageNamed(n)
Backdrop = img.CopyPictureWithAlpha
NSImageMBS.NSImageNameTouchBarTextRightAlignTemplate as string
Function:
One of the touchbar image templates.
Example:
Notes:
Available in macOS 10.12 and newer.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Cocoa Drawing | MBS MacBase Plugin | 16.5 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Example:
dim name as string
dim img as NSImageMBS
name = NSImageMBS.NSImageNameTouchBarTextRightAlignTemplate
img = NSImageMBS.imageNamed(n)
Backdrop = img.CopyPictureWithAlpha
NSImageMBS.NSImageNameTouchBarTextStrikethroughTemplate as string
Function:
One of the touchbar image templates.
Example:
Notes:
Available in macOS 10.12 and newer.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Cocoa Drawing | MBS MacBase Plugin | 16.5 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Example:
dim name as string
dim img as NSImageMBS
name = NSImageMBS.NSImageNameTouchBarTextStrikethroughTemplate
img = NSImageMBS.imageNamed(n)
Backdrop = img.CopyPictureWithAlpha
NSImageMBS.NSImageNameTouchBarTextUnderlineTemplate as string
Function:
One of the touchbar image templates.
Example:
Notes:
Available in macOS 10.12 and newer.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Cocoa Drawing | MBS MacBase Plugin | 16.5 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Example:
dim name as string
dim img as NSImageMBS
name = NSImageMBS.NSImageNameTouchBarTextUnderlineTemplate
img = NSImageMBS.imageNamed(n)
Backdrop = img.CopyPictureWithAlpha
The items on this page are in the following plugins: MBS MacBase Plugin.

Links
MBS Xojo Chart Plugins