Platforms to show: All Mac Windows Linux Cross-Platform

Back to NSImageMBS class.

Previous items Next items

NSImageMBS.NSImageNameSlideshowTemplate 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 standard artwork and icons that you can use in your applications.

To access this image, pass the specified constant to the imageNamed method.
A slideshow template image.
Available in Mac OS X v10.5 and later.

NSImageMBS.NSImageNameSmartBadgeTemplate 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 standard artwork and icons that you can use in your applications.

A badge for a "smart" item.
Available in Mac OS X v10.5 and later.
To access this image, pass the specified constant to the imageNamed method.

NSImageMBS.NSImageNameStatusAvailable 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.
Small green indicator, similar to iChat's available image.
Available in Mac OS X v10.6 and later.

NSImageMBS.NSImageNameStatusNone 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.
Small clear indicator.
Available in Mac OS X v10.6 and later.

NSImageMBS.NSImageNameStatusPartiallyAvailable 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.
Small yellow indicator, similar to iChat's idle image.
Available in Mac OS X v10.6 and later.

NSImageMBS.NSImageNameStatusUnavailable 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.
Small red indicator, similar to iChat's unavailable image.
Available in Mac OS X v10.6 and later.

NSImageMBS.NSImageNameStopProgressFreestandingTemplate 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 standard artwork and icons that you can use in your applications.

To access this image, pass the specified constant to the imageNamed method.
A stop progress template image. You can use this image to implement a borderless button.
Available in Mac OS X v10.5 and later.

NSImageMBS.NSImageNameStopProgressTemplate 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 standard artwork and icons that you can use in your applications.

A stop progress button template image.
Available in Mac OS X v10.5 and later.
To access this image, pass the specified constant to the imageNamed method.

NSImageMBS.NSImageNameTouchBarAddDetailTemplate 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
Var name as string
Var img as NSImageMBS

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

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

NSImageMBS.NSImageNameTouchBarAddTemplate 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
Var name as string
Var img as NSImageMBS

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

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

NSImageMBS.NSImageNameTouchBarAlarmTemplate 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
Var name as string
Var img as NSImageMBS

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

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

NSImageMBS.NSImageNameTouchBarAudioInputMuteTemplate 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
Var name as string
Var img as NSImageMBS

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

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

NSImageMBS.NSImageNameTouchBarAudioInputTemplate 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
Var name as string
Var img as NSImageMBS

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

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

NSImageMBS.NSImageNameTouchBarAudioOutputMuteTemplate 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
Var name as string
Var img as NSImageMBS

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

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

NSImageMBS.NSImageNameTouchBarAudioOutputVolumeHighTemplate 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
Var name as string
Var img as NSImageMBS

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

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

NSImageMBS.NSImageNameTouchBarAudioOutputVolumeLowTemplate 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
Var name as string
Var img as NSImageMBS

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

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

NSImageMBS.NSImageNameTouchBarAudioOutputVolumeMediumTemplate 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
Var name as string
Var img as NSImageMBS

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

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

NSImageMBS.NSImageNameTouchBarAudioOutputVolumeOffTemplate 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
Var name as string
Var img as NSImageMBS

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

Backdrop = img.CopyPictureWithAlpha

Available in macOS 10.12 and newer.

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
Var name as string
Var 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
Var name as string
Var 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
Var name as string
Var 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
Var name as string
Var 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
Var name as string
Var 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
Var name as string
Var 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
Var name as string
Var 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
Var name as string
Var 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
Var name as string
Var 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
Var name as string
Var 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
Var name as string
Var 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
Var name as string
Var 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
Var name as string
Var 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
Var name as string
Var 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
Var name as string
Var 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
Var name as string
Var 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
Var name as string
Var 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
Var name as string
Var 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
Var name as string
Var 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
Var name as string
Var img as NSImageMBS

name = NSImageMBS.NSImageNameTouchBarGoUpTemplate
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...