NSMenuItemCell
NSMenuItemCell()
NSMenuItemCell(IntPtr)
NSMenuItemCell(NativeHandle)
NSMenuItemCell(NSCoder)
NSMenuItemCell(NSImage)
NSMenuItemCell(NSObjectFlag)
NSMenuItemCell(String)
ClassHandle
ImageWidth
KeyEquivalentWidth
MenuItem
MenuView
NeedsDisplay
NeedsSizing
StateImageWidth
Tag
TitleWidth
CalcSize()
DrawBorderAndBackground(CGRect, NSView)
DrawImage(CGRect, NSView)
DrawKeyEquivalent(CGRect, NSView)
DrawSeparatorItem(CGRect, NSView)
DrawStateImage(CGRect, NSView)
DrawTitle(CGRect, NSView)
KeyEquivalentRectForBounds(CGRect)
StateImageRectForBounds(CGRect)
StateImageWidth()
TitleRectForBounds(CGRect)
xamarinmac
namespace AppKit
{
[Register("NSMenuItemCell", true)]
public class NSMenuItemCell : NSButtonCell
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public virtual NSMenuView? MenuView
{
[Export("menuView")]
get;
[Export("setMenuView:")]
set;
}
}
}
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