Platforms to show: All Mac Windows Linux Cross-Platform

Back to NSImageMBS class.

Previous items

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