MonobjcMonobjc Documented Class Library
NSPopUpArrowPosition Enumeration
NamespacesMonobjc.AppKitNSPopUpArrowPosition

These constants are defined for use with the arrowPosition and setArrowPosition: methods.

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSPopUpArrowPosition
Public Enumeration NSPopUpArrowPosition
public enum class NSPopUpArrowPosition
Members
MemberDescription
NSPopUpNoArrow

Does not display any arrow in the receiver.

Available in Mac OS X v10.0 and later.


NSPopUpArrowAtCenter

Arrow is centered vertically, pointing toward the preferredEdge.

Available in Mac OS X v10.0 and later.


NSPopUpArrowAtBottom

Arrow is drawn at the edge of the button, pointing toward the preferredEdge.

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)