Platforms to show: All Mac Windows Linux Cross-Platform

Back to NSImageMBS class.

Previous items

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.

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

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

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

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

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

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

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

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

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

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

NSImageMBS.NSImageNameTrashEmpty as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Drawing MBS MacBase Plugin 12.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the images that you can use in application toolbars.

To access this image, pass the specified constant to the imageNamed method.
An image of the empty trash can.
Available in Mac OS X v10.6 and later.

NSImageMBS.NSImageNameTrashFull as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Drawing MBS MacBase Plugin 12.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the images that you can use in application toolbars.

To access this image, pass the specified constant to the imageNamed method.
An image of the full trash can.
Available in Mac OS X v10.6 and later.

NSImageMBS.NSImageNameUser as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Drawing MBS MacBase Plugin 12.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the images representing sharing permission icons that you can use in your applications.

To access this image, pass the specified constant to the imageNamed method.
Permissions for a single user.
Available in Mac OS X v10.5 and later.

NSImageMBS.NSImageNameUserAccounts as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Drawing MBS MacBase Plugin 12.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the images that you can use in application toolbars.

To access this image, pass the specified constant to the imageNamed method.
User account toolbar icon. Use in a preferences window only.
Available in Mac OS X v10.5 and later.

NSImageMBS.NSImageNameUserGroup as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Drawing MBS MacBase Plugin 12.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the images representing sharing permission icons that you can use in your applications.

To access this image, pass the specified constant to the imageNamed method.
Permissions for a group of users.
Available in Mac OS X v10.5 and later.

NSImageMBS.NSImageNameUserGuest as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Drawing MBS MacBase Plugin 12.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the images that you can use in application toolbars.

To access this image, pass the specified constant to the imageNamed method.
Shaded user figure.
Available in Mac OS X v10.6 and later.

Previous items

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


The biggest plugin in space...