NSPopUpButton
Notifications
NSPopUpButton()
NSPopUpButton(IntPtr)
NSPopUpButton(NativeHandle)
NSPopUpButton(NSCoder)
NSPopUpButton(NSObjectFlag)
NSPopUpButton(CGRect, Boolean)
AutoEnablesItems
Cell
ClassHandle
IndexOfSelectedItem
ItemCount
LastItem
Menu
PreferredEdge
PullsDown
SelectedItem
SelectedTag
TitleOfSelectedItem
WillPopUpNotification
AddItem(String)
AddItems(String[])
IndexOfItem(nint)
IndexOfItem(nint)
IndexOfItem(NSMenuItem)
IndexOfItem(NSObject)
IndexOfItem(String)
IndexOfItem(NSObject, Selector)
InsertItem(String, nint)
InsertItem(String, nint)
ItemAtIndex(nint)
ItemAtIndex(nint)
Items()
ItemTitle(nint)
ItemTitle(nint)
ItemTitles()
ItemWithTitle(String)
RemoveAllItems()
RemoveItem(nint)
RemoveItem(nint)
RemoveItem(String)
SelectItem(nint)
SelectItem(nint)
SelectItem(NSMenuItem)
SelectItem(String)
SelectItemWithTag(nint)
SelectItemWithTag(nint)
SetTitle(String)
SynchronizeTitleAndSelectedItem()
xamarinmac
namespace AppKit
{
[Register("NSPopUpButton", true)]
public class NSPopUpButton : NSButton
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("removeItemAtIndex:")]
public virtual void RemoveItem(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