Platforms to show: All Mac Windows Linux Cross-Platform

Back to IKImageBrowserViewMBS class.

IKImageBrowserViewMBS.IKImageBrowserBackgroundColorKey as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method ImageKit MBS AVFoundation Plugin 13.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the keys for image browser view options.

A key for the background color of the image browser view. The associated value is a NSColorMBS object.
Available in OS X v10.5 and later.

Some examples using this method:

IKImageBrowserViewMBS.IKImageBrowserCellsHighlightedTitleAttributesKey as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method ImageKit MBS AVFoundation Plugin 13.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the keys for image browser view options.

A key for the highlighted title attribute for an item in the image browser view. The associated value is a Dictionary.
Available in OS X v10.5 and later.

IKImageBrowserViewMBS.IKImageBrowserCellsOutlineColorKey as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method ImageKit MBS AVFoundation Plugin 13.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the keys for image browser view options.

A key for the outline color for an item in the image browser view. The associated value is an NSColorMBS object.
Available in OS X v10.5 and later.

IKImageBrowserViewMBS.IKImageBrowserCellsSubtitleAttributesKey as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method ImageKit MBS AVFoundation Plugin 13.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the keys for image browser view options.

A key for a subtitle attribute for an item in the image browser view. The associated value is a dictionary.
Available in OS X v10.5 and later.

IKImageBrowserViewMBS.IKImageBrowserCellsTitleAttributesKey as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method ImageKit MBS AVFoundation Plugin 13.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the keys for image browser view options.
Example
dim Imagebrowser as IKImageBrowserViewMBS // your control
dim d as new Dictionary
d.Value(NSAttributedStringMBS.NSForegroundColorAttributeName) = NSColorMBS.redColor

Imagebrowser.setValue Imagebrowser.IKImageBrowserCellsTitleAttributesKey, d

A key for title attribute of an item in the image browser view. The associated value is a dDictionary.
Available in OS X v10.5 and later.

IKImageBrowserViewMBS.IKImageBrowserCGImageRepresentationType as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method ImageKit MBS AVFoundation Plugin 13.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the image representation types.

A CGImageRef object.

IKImageBrowserViewMBS.IKImageBrowserCGImageSourceRepresentationType as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method ImageKit MBS AVFoundation Plugin 13.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the image representation types.

A CGImageSourceRef object.

IKImageBrowserViewMBS.IKImageBrowserGroupBackgroundColorKey as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method ImageKit MBS AVFoundation Plugin 13.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the group attribute keys.

A key for the background color of a group. The associated value is an NSColor object. This color is used only for the bezel style.
Available in OS X v10.5 and later.

Some examples using this method:

IKImageBrowserViewMBS.IKImageBrowserGroupFooterLayer as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method ImageKit MBS AVFoundation Plugin 13.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the group attribute keys.

A key for the header layer of the group. The associated value is a CALayer.
Available in OS X v10.6 and later.

IKImageBrowserViewMBS.IKImageBrowserGroupHeaderLayer as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method ImageKit MBS AVFoundation Plugin 13.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the group attribute keys.

A key for the header layer of the group. The associated value is a CALayer.
Available in OS X v10.6 and later.

IKImageBrowserViewMBS.IKImageBrowserGroupRangeKey as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method ImageKit MBS AVFoundation Plugin 13.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the group attribute keys.

A key for the range of a group. The associated value is a NSRangeMBS. This is required if the view uses grouping
Available in OS X v10.5 and later.

Some examples using this method:

IKImageBrowserViewMBS.IKImageBrowserGroupStyleKey as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method ImageKit MBS AVFoundation Plugin 13.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the group attribute keys.

A key for the style of a group. The associated value is one of the constants defined in "Group Style Attributes".
Available in OS X v10.5 and later.

Some examples using this method:

IKImageBrowserViewMBS.IKImageBrowserGroupTitleKey as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method ImageKit MBS AVFoundation Plugin 13.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the group attribute keys.

A key for the title of a group. The associated value is a string. This string is used for the disclosure style only.
Available in OS X v10.5 and later.

Some examples using this method:

IKImageBrowserViewMBS.IKImageBrowserIconRefPathRepresentationType as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method ImageKit MBS AVFoundation Plugin 13.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the image representation types.

A path to an icon.

IKImageBrowserViewMBS.IKImageBrowserIconRefRepresentationType as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method ImageKit MBS AVFoundation Plugin 13.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the image representation types.

An icon.

IKImageBrowserViewMBS.IKImageBrowserNSBitmapImageRepresentationType as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method ImageKit MBS AVFoundation Plugin 13.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the image representation types.

An NSBitmapImageRep object.

IKImageBrowserViewMBS.IKImageBrowserNSDataRepresentationType as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method ImageKit MBS AVFoundation Plugin 13.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the image representation types.

Value for this key is a memoryblock.

IKImageBrowserViewMBS.IKImageBrowserNSImageRepresentationType as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method ImageKit MBS AVFoundation Plugin 13.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the image representation types.

An NSImage object.

IKImageBrowserViewMBS.IKImageBrowserNSURLRepresentationType as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method ImageKit MBS AVFoundation Plugin 13.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the image representation types.

An NSURL object.

IKImageBrowserViewMBS.IKImageBrowserPathRepresentationType as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method ImageKit MBS AVFoundation Plugin 13.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the image representation types.

A path representation (string).

IKImageBrowserViewMBS.IKImageBrowserPDFPageRepresentationType as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method ImageKit MBS AVFoundation Plugin 13.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the image representation types.

A PDFPage instance or a CGPDFPageRef.

IKImageBrowserViewMBS.IKImageBrowserQCCompositionPathRepresentationType as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method ImageKit MBS AVFoundation Plugin 13.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the image representation types.

A path (String) or URL (NSURL) to a Quartz Composer composition.

IKImageBrowserViewMBS.IKImageBrowserQCCompositionRepresentationType as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method ImageKit MBS AVFoundation Plugin 13.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the image representation types.

A QCComposition object.

IKImageBrowserViewMBS.IKImageBrowserQTMoviePathRepresentationType as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method ImageKit MBS AVFoundation Plugin 13.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the image representation types.

A path (string) or URL to a QuickTime movie.

IKImageBrowserViewMBS.IKImageBrowserQTMovieRepresentationType as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method ImageKit MBS AVFoundation Plugin 13.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the image representation types.

A QTMovie object.

IKImageBrowserViewMBS.IKImageBrowserQuickLookPathRepresentationType as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method ImageKit MBS AVFoundation Plugin 13.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the image representation types.

A path (string) or URL (NSURL) to load data using QuickLook.

IKImageBrowserViewMBS.IKImageBrowserSelectionColorKey as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method ImageKit MBS AVFoundation Plugin 13.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the keys for image browser view options.

A key for the color that indicates a selection. The associated value is an NSColorMBS object.
Available in OS X v10.5 and later.

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


The biggest plugin in space...