Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Super class: NSMenuItemCellMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Cocoa Controls | MBS MacCocoa Plugin | 17.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
Pop-up menus present the user with a set of choices, much the way radio buttons do, but using much less space. Pull-down menus also provide a set of choices but present the information in a slightly different way, usually to provide a set of commands from which the user can choose.
The NSPopUpButtonCellMBS class implements the user interface for the NSPopUpButtonMBS class.
Changes made to a menu (such as adding, removing, or changing the items) are not apparent while the menu is being displayed or interacted with.
Subclass of the NSMenuItemCellMBS class.
Constant | Value | Description |
---|---|---|
NSPopUpArrowAtBottom | 2 |
One of the arrowPosition constants.
Arrow is drawn at the edge of the button, pointing toward the preferredEdge. |
NSPopUpArrowAtCenter | 1 |
One of the arrowPosition constants.
Arrow is centered vertically, pointing toward the preferredEdge. |
NSPopUpNoArrow | 0 |
One of the arrowPosition constants.
Does not display any arrow in the control. |
This class has no sub classes.
The items on this page are in the following plugins: MBS MacCocoa Plugin.
NSPopoverTouchBarItemMBS - NSPopUpButtonMBS