Platforms to show: All Mac Windows Linux Cross-Platform

Back to NSImageMBS class.

Next items

NSImageMBS.NSImageHintUserInterfaceLayoutDirection 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 dictionary keys used in the hints dictionary.

value is a number with NSUserInterfaceLayoutDirection enum value

NSImageMBS.NSImageNameActionTemplate 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.
An action menu template image.
Available in Mac OS X v10.5 and later.

NSImageMBS.NSImageNameAddTemplate 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.
Example
Var n As NSImageMBS = NSImageMBS.imageNamed(NSImageMBS.NSImageNameAddTemplate)

canvas1.backdrop = n.CopyPictureWithAlpha

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

NSImageMBS.NSImageNameAdvanced 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.
Example
Var n As NSImageMBS = NSImageMBS.imageNamed(NSImageMBS.NSImageNameAdvanced)

canvas1.backdrop = n.CopyPictureWithAlpha

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

NSImageMBS.NSImageNameApplicationIcon 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.
The application's icon.
On versions of Mac OS X prior to v10.6, you can use the string "NSApplicationIcon".
Available in Mac OS X v10.6 and later.

NSImageMBS.NSImageNameBluetoothTemplate 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 Bluetooth template image.
Available in Mac OS X v10.5 and later.

NSImageMBS.NSImageNameBonjour 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 Finder items.

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

NSImageMBS.NSImageNameBookmarksTemplate 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.
Bookmarks image suitable for a template.
Available in Mac OS X v10.6 and later.

NSImageMBS.NSImageNameCaution 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.
Caution Image.
Available in Mac OS X v10.6 and later.

NSImageMBS.NSImageNameColorPanel 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.
A color panel toolbar icon.
Available in Mac OS X v10.5 and later.

NSImageMBS.NSImageNameColumnViewTemplate 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 used in segmented controls to switch the current view type.

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

NSImageMBS.NSImageNameComputer 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 Finder items.
Example
Var n as NSImageMBS = NSImageMBS.imageNamed(NSImageMBS.NSImageNameComputer)

// set to size you need
n.size = NSMakeSizeMBS(512,512)

// and make picture
Backdrop = n.CopyPictureWithMask

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

NSImageMBS.NSImageNameDotMac 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 Finder items.

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

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

An enter full-screen mode template image.
Available in Mac OS X v10.5 and later.
To access this image, pass the specified constant to the imageNamed method.

NSImageMBS.NSImageNameEveryone 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 all users.
Available in Mac OS X v10.5 and later.

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

An exit full-screen mode template image.
Available in Mac OS X v10.5 and later.
To access this image, pass the specified constant to the imageNamed method.

NSImageMBS.NSImageNameFlowViewTemplate 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 used in segmented controls to switch the current view type.

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

NSImageMBS.NSImageNameFolder 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.
A folder image.
Available in Mac OS X v10.6 and later.

NSImageMBS.NSImageNameFolderBurnable 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 Finder items.

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

NSImageMBS.NSImageNameFolderSmart 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 Finder items.

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

NSImageMBS.NSImageNameFollowLinkFreestandingTemplate 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 link template image. You can use this image to implement a borderless button.
Available in Mac OS X v10.5 and later.
To access this image, pass the specified constant to the imageNamed method.

NSImageMBS.NSImageNameFontPanel 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.
A font panel toolbar icon.
Available in Mac OS X v10.5 and later.

NSImageMBS.NSImageNameGoBackTemplate 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
The template name for the go back image.

Use these images for "go forward" or "go back" functions, as seen in Safari's toolbar. These images will automatically mirror when the user interface layout direction is right to left.
Available in macOS 10.12 and newer.

NSImageMBS.NSImageNameGoForwardTemplate 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
The template name for the go forward image.

Use these images for "go forward" or "go back" functions, as seen in Safari's toolbar. These images will automatically mirror when the user interface layout direction is right to left.
Available in macOS 10.12 and newer.

NSImageMBS.NSImageNameGoLeftTemplate 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 "go back" template image.
Available in Mac OS X v10.5 and later.

NSImageMBS.NSImageNameGoRightTemplate 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 "go forward" template image.
Available in Mac OS X v10.5 and later.

NSImageMBS.NSImageNameHomeTemplate 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.
Home image suitable for a template.
Available in Mac OS X v10.6 and later.

NSImageMBS.NSImageNameIChatTheaterTemplate 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.
An iChat Theater template image.
Available in Mac OS X v10.5 and later.

NSImageMBS.NSImageNameIconViewTemplate 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 used in segmented controls to switch the current view type.

To access this image, pass the specified constant to the imageNamed method.
An icon view mode template image.
Available in Mac OS X v10.5 and later.

NSImageMBS.NSImageNameInfo 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 information toolbar icon.
Available in Mac OS X v10.5 and later.

NSImageMBS.NSImageNameInvalidDataFreestandingTemplate 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.
An invalid data template image. Place this icon to the right of any fields containing invalid data. You can use this image to implement a borderless button.
Available in Mac OS X v10.5 and later.

NSImageMBS.NSImageNameLeftFacingTriangleTemplate 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 generic left-facing triangle template image.
Available in Mac OS X v10.5 and later.

NSImageMBS.NSImageNameListViewTemplate 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 used in segmented controls to switch the current view type.

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

NSImageMBS.NSImageNameLockLockedTemplate 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 locked lock template image. Use to indicate locked content.
Available in Mac OS X v10.5 and later.

NSImageMBS.NSImageNameLockUnlockedTemplate 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.
An unlocked lock template image. Use to indicate modifiable content that can be locked.
Available in Mac OS X v10.5 and later.

NSImageMBS.NSImageNameMenuMixedStateTemplate 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.
A horizontal dash. Drawing these outside of menus is discouraged.
Available in Mac OS X v10.6 and later.

NSImageMBS.NSImageNameMenuOnStateTemplate 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.
A check mark. Drawing these outside of menus is discouraged.
Available in Mac OS X v10.6 and later.

NSImageMBS.NSImageNameMobileMe 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.
MobileMe logo. Note that this is preferred to using the NSImageNameDotMac image, although that image is not expected to be deprecated.
Available in Mac OS X v10.6 and later.

NSImageMBS.NSImageNameMultipleDocuments 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
Drag image you can use in your applications.

A drag image for multiple items.
Available in Mac OS X v10.5 and later.
To access this image, pass the specified constant to the imageNamed method.

NSImageMBS.NSImageNameNetwork 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 Finder items.

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

NSImageMBS.NSImageNamePathTemplate 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 path button template image.
Available in Mac OS X v10.5 and later.

NSImageMBS.NSImageNamePreferencesGeneral 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.
General preferences toolbar icon. Use in a preferences window only.
Available in Mac OS X v10.5 and later.

NSImageMBS.NSImageNameQuickLookTemplate 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 Quick Look template image.
Available in Mac OS X v10.5 and later.

NSImageMBS.NSImageNameRefreshFreestandingTemplate 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 refresh template image. You can use this image to implement a borderless button.
Available in Mac OS X v10.5 and later.
To access this image, pass the specified constant to the imageNamed method.

NSImageMBS.NSImageNameRefreshTemplate 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 refresh template image.
Available in Mac OS X v10.5 and later.
To access this image, pass the specified constant to the imageNamed method.

NSImageMBS.NSImageNameRemoveTemplate 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.
Example
Var n As NSImageMBS = NSImageMBS.imageNamed(NSImageMBS.NSImageNameRemoveTemplate)

canvas1.backdrop = n.CopyPictureWithAlpha

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

NSImageMBS.NSImageNameRevealFreestandingTemplate 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 reveal contents template image. You can use this image to implement a borderless button.
Available in Mac OS X v10.5 and later.
To access this image, pass the specified constant to the imageNamed method.

NSImageMBS.NSImageNameRightFacingTriangleTemplate 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 generic right-facing triangle template image.
Available in Mac OS X v10.5 and later.

NSImageMBS.NSImageNameShareTemplate as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Drawing MBS MacBase Plugin 14.3 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the images used in segmented controls to switch the current view type.

A share view template image.
Available in OS X v10.8 and later.

Next items

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


The biggest plugin in space...