MonobjcMonobjc Documented Class Library
NSCellImagePosition Enumeration
NamespacesMonobjc.AppKitNSCellImagePosition

These constants specify the position of a button’s image relative to its title. These constants are used by the setImagePosition: and imagePosition methods of NSButton and NSButtonCell.

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSCellImagePosition
Public Enumeration NSCellImagePosition
public enum class NSCellImagePosition
Members
MemberDescription
NSNoImage

The cell doesn’t display an image.

Available in Mac OS X v10.0 and later.


NSImageOnly

The cell displays an image, but not a title.

Available in Mac OS X v10.0 and later.


NSImageLeft

The image is to the left of the title.

Available in Mac OS X v10.0 and later.


NSImageRight

The image is to the right of the title.

Available in Mac OS X v10.0 and later.


NSImageBelow

The image is below the title.

Available in Mac OS X v10.0 and later.


NSImageAbove

The image is above the title.

Available in Mac OS X v10.0 and later.


NSImageOverlaps

The image overlaps the title.

Available in Mac OS X v10.0 and later.


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)