These constants are defined for use with the arrowPosition and setArrowPosition: methods.
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public enum NSPopUpArrowPosition
Public Enumeration NSPopUpArrowPosition
public enum class NSPopUpArrowPosition

Member | Description |
---|---|
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. |

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)