Platforms to show: All Mac Windows Linux Cross-Platform
NSComboBoxControlMBS control
See also desktop control: DesktopNSComboBoxControlMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
control | Cocoa Controls | MBS MacControls Plugin | 21.4 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
This control embeds a special NSComboBox subclass.
Designed for Xojo 2013r1 and newer. May work on Xojo 2012, but not perfectly.
Please use view property to access the underlaying object and set properties.
- 30 events
- event Action
- event BoundsChanged
- event Close
- event Closing
- event ConstructContextualMenu(base as MenuItem, x as Integer, y as Integer) as Boolean
- event ContextualMenuAction(hitItem as MenuItem) as Boolean
- event didCloseContextualMenu(menu as NSMenuMBS, NSEvent as NSEventMBS)
- event EnableMenuItems
- event FocusLost
- event FocusReceived
- event FrameChanged
- event GotFocus
- event LostFocus
- event MenuBarSelected
- event MouseDown(x as Integer, y as Integer, Modifiers as Integer) As Boolean
- event MouseDrag(x as Integer, y as Integer)
- event MouseUp(x As Integer, y As Integer)
- event Open
- event Opening
- event ScaleFactorChanged(NewFactor as double)
- event SelectionDidChange New in 24.5
- event SelectionIsChanging New in 24.5
- event TextDidBeginEditing(fieldEditor as NSTextMBS, notification as NSNotificationMBS)
- event TextDidChange(fieldEditor as NSTextMBS, notification as NSNotificationMBS)
- event TextDidEndEditing(fieldEditor as NSTextMBS, notification as NSNotificationMBS)
- event textShouldBeginEditing(fieldEditor as NSTextMBS) as boolean
- event textShouldEndEditing(fieldEditor as NSTextMBS) as boolean
- event WillDismiss New in 24.5
- event WillPopUp New in 24.5
- event willShowContextualMenu(menu as NSMenuMBS, NSEvent as NSEventMBS)
- property View as NSComboBoxMBS
Some examples using this control:
Blog Entries
- MBS Xojo Plugins, version 24.5pr2
- News from the MBS Xojo Plugins in version 21.5
- New desktop controls
- MonkeyBread Software Releases the MBS Xojo Plugins in version 21.4
- MBS Xojo Plugins, version 21.4pr2
Xojo Developer Magazine
Release notes
- Version 24.5
- Added WillPopUp, WillDismiss, SelectionIsChanging and SelectionDidChange events to NSComboBoxControlMBS control.
- Version 21.4
- Added NSComboBoxControlMBS control with KeyDown/KeyUp controls.
The items on this page are in the following plugins: MBS MacControls Plugin.
NSCollectionViewControlMBS - NSDatePickerControlMBS