NSComboBox
Notifications
NSComboBox()
NSComboBox(CGRect)
NSComboBox(IntPtr)
NSComboBox(NativeHandle)
NSComboBox(NSCoder)
NSComboBox(NSObjectFlag)
ButtonBordered
ClassHandle
Completes
Count
DataSource
Delegate
HasVerticalScroller
IntercellSpacing
ItemHeight
SelectedIndex
SelectedValue
SelectionDidChangeNotification
SelectionIsChangingNotification
this[nint]
this[nint]
UsesDataSource
Values
VisibleItems
WillDismissNotification
WillPopUpNotification
Add(NSObject)
Add(NSObject[])
DeselectItem(nint)
DeselectItem(nint)
Dispose(Boolean)
GetItem(nint)
GetItemObject(nint)
GetItemObject(nint)
IndexOf(NSObject)
Insert(NSObject, nint)
Insert(NSObject, nint)
NoteNumberOfItemsChanged()
ReloadData()
Remove(NSObject)
RemoveAll()
RemoveAt(nint)
RemoveAt(nint)
ScrollItemAtIndexToTop(nint)
ScrollItemAtIndexToTop(nint)
ScrollItemAtIndexToVisible(nint)
ScrollItemAtIndexToVisible(nint)
Select(NSObject)
SelectItem(nint)
SelectItem(nint)
SelectionChanged
SelectionIsChanging
WillDismiss
WillPopUp
xamarinmac
namespace AppKit
{
[DefaultMember("Item")]
[Register("NSComboBox", true)]
public class NSComboBox : NSTextField
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("itemObjectValueAtIndex:")]
public virtual NSObject! GetItemObject(nint index);
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
Xamarin macOS | 0.0 |
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API