Platforms to show: All Mac Windows Linux Cross-Platform

Back to NSImageMBS class.

Previous items Next items

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.

NSImageMBS.NSImageNameTouchBarRotateLeftTemplate 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.NSImageNameTouchBarRotateLeftTemplate
img = NSImageMBS.imageNamed(n)

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

NSImageMBS.NSImageNameTouchBarRotateRightTemplate 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.NSImageNameTouchBarRotateRightTemplate
img = NSImageMBS.imageNamed(n)

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

NSImageMBS.NSImageNameTouchBarSearchTemplate 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.NSImageNameTouchBarSearchTemplate
img = NSImageMBS.imageNamed(n)

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

NSImageMBS.NSImageNameTouchBarShareTemplate 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.NSImageNameTouchBarShareTemplate
img = NSImageMBS.imageNamed(n)

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

NSImageMBS.NSImageNameTouchBarSidebarTemplate 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.NSImageNameTouchBarSidebarTemplate
img = NSImageMBS.imageNamed(n)

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

NSImageMBS.NSImageNameTouchBarSkipAhead15SecondsTemplate 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.NSImageNameTouchBarSkipAhead15SecondsTemplate
img = NSImageMBS.imageNamed(n)

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

NSImageMBS.NSImageNameTouchBarSkipAhead30SecondsTemplate 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.NSImageNameTouchBarSkipAhead30SecondsTemplate
img = NSImageMBS.imageNamed(n)

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

NSImageMBS.NSImageNameTouchBarSkipAheadTemplate 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.NSImageNameTouchBarSkipAheadTemplate
img = NSImageMBS.imageNamed(n)

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

NSImageMBS.NSImageNameTouchBarSkipBack15SecondsTemplate 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.NSImageNameTouchBarSkipBack15SecondsTemplate
img = NSImageMBS.imageNamed(n)

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

NSImageMBS.NSImageNameTouchBarSkipBack30SecondsTemplate 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.NSImageNameTouchBarSkipBack30SecondsTemplate
img = NSImageMBS.imageNamed(n)

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

NSImageMBS.NSImageNameTouchBarSkipBackTemplate 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.NSImageNameTouchBarSkipBackTemplate
img = NSImageMBS.imageNamed(n)

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

NSImageMBS.NSImageNameTouchBarSkipToEndTemplate 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.NSImageNameTouchBarSkipToEndTemplate
img = NSImageMBS.imageNamed(n)

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

NSImageMBS.NSImageNameTouchBarSkipToStartTemplate 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.NSImageNameTouchBarSkipToStartTemplate
img = NSImageMBS.imageNamed(n)

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

NSImageMBS.NSImageNameTouchBarSlideshowTemplate 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.NSImageNameTouchBarSlideshowTemplate
img = NSImageMBS.imageNamed(n)

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

NSImageMBS.NSImageNameTouchBarTagIconTemplate 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.NSImageNameTouchBarTagIconTemplate
img = NSImageMBS.imageNamed(n)

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

NSImageMBS.NSImageNameTouchBarTextBoldTemplate 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.NSImageNameTouchBarTextBoldTemplate
img = NSImageMBS.imageNamed(n)

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

NSImageMBS.NSImageNameTouchBarTextBoxTemplate 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.NSImageNameTouchBarTextBoxTemplate
img = NSImageMBS.imageNamed(n)

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

NSImageMBS.NSImageNameTouchBarTextCenterAlignTemplate 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.NSImageNameTouchBarTextCenterAlignTemplate
img = NSImageMBS.imageNamed(n)

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

NSImageMBS.NSImageNameTouchBarTextItalicTemplate 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.NSImageNameTouchBarTextItalicTemplate
img = NSImageMBS.imageNamed(n)

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

NSImageMBS.NSImageNameTouchBarTextJustifiedAlignTemplate 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.NSImageNameTouchBarTextJustifiedAlignTemplate
img = NSImageMBS.imageNamed(n)

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

NSImageMBS.NSImageNameTouchBarTextLeftAlignTemplate 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.NSImageNameTouchBarTextLeftAlignTemplate
img = NSImageMBS.imageNamed(n)

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

NSImageMBS.NSImageNameTouchBarTextListTemplate 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.NSImageNameTouchBarTextListTemplate
img = NSImageMBS.imageNamed(n)

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

NSImageMBS.NSImageNameTouchBarTextRightAlignTemplate 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.NSImageNameTouchBarTextRightAlignTemplate
img = NSImageMBS.imageNamed(n)

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

NSImageMBS.NSImageNameTouchBarTextStrikethroughTemplate 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.NSImageNameTouchBarTextStrikethroughTemplate
img = NSImageMBS.imageNamed(n)

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

NSImageMBS.NSImageNameTouchBarTextUnderlineTemplate 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.NSImageNameTouchBarTextUnderlineTemplate
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.


💬 Ask a question or report a problem
The biggest plugin in space...