MonobjcMonobjc Documented Class Library
BranchImage Property
NamespacesMonobjc.AppKitNSBrowserCellBranchImage

Returns the default image for branch cells in a browser.

Original signature is '+ (NSImage *)branchImage'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSImage BranchImage { get; }
Public Shared ReadOnly Property BranchImage As NSImage
	Get
public:
static property NSImage^ BranchImage {
	NSImage^ get ();
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)