NSPopUpButtonCell
Notifications
NSPopUpButtonCell()
NSPopUpButtonCell(IntPtr)
NSPopUpButtonCell(NativeHandle)
NSPopUpButtonCell(NSCoder)
NSPopUpButtonCell(NSImage)
NSPopUpButtonCell(NSObjectFlag)
NSPopUpButtonCell(String)
NSPopUpButtonCell(String, Boolean)
AltersStateOfSelectedItem
ArrowPosition
AutoenablesItems
ClassHandle
Count
Items
ItemTitles
LastItem
Menu
ObjectValue
PreferredEdge
PullsDown
SelectedItem
SelectedItemIndex
this[nint]
this[nint]
this[String]
TitleOfSelectedItem
UsesItemFromMenu
WillPopUpNotification
AddItem(String)
AddItems(String[])
AttachPopUp(CGRect, NSView)
DismissPopUp()
GetItemTitle(nint)
GetItemTitle(nint)
IndexOf(NSMenuItem)
IndexOfItemWithRepresentedObject(NSObject)
IndexOfItemWithTag(nint)
IndexOfItemWithTag(nint)
IndexOfItemWithTargetandAction(NSObject, Selector)
IndexOfItemWithTitle(String)
InsertItem(String, nint)
InsertItem(String, nint)
ItemAt(nint)
ItemAt(nint)
ItemWithTitle(String)
PerformClick(CGRect, NSView)
RemoveAllItems()
RemoveItem(String)
RemoveItemAt(nint)
RemoveItemAt(nint)
SelectItem(NSMenuItem)
SelectItemAt(nint)
SelectItemAt(nint)
SelectItemWithTag(nint)
SelectItemWithTag(nint)
SelectItemWithTitle(String)
SetTitle(String)
SynchronizeTitleAndSelectedItem()
ValidateMenuItem(NSMenuItem)
xamarinmac
namespace AppKit
{
[DefaultMember("Item")]
[Register("NSPopUpButtonCell", true)]
public class NSPopUpButtonCell : NSMenuItemCell, INSMenuItemValidation, INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("itemAtIndex:")]
public virtual NSMenuItem! ItemAt(nint index);
}
}
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