Condividi tramite


NSPopUpButtonCell Costruttori

Definizione

Overload

NSPopUpButtonCell()
NSPopUpButtonCell(NSImage)
NSPopUpButtonCell(NSCoder)
NSPopUpButtonCell(NSObjectFlag)
NSPopUpButtonCell(IntPtr)
NSPopUpButtonCell(String)
NSPopUpButtonCell(String, Boolean)

NSPopUpButtonCell()

[Foundation.Export("init")]
public NSPopUpButtonCell ();
Attributi

Si applica a

NSPopUpButtonCell(NSImage)

[Foundation.Export("initImageCell:")]
public NSPopUpButtonCell (AppKit.NSImage image);
new AppKit.NSPopUpButtonCell : AppKit.NSImage -> AppKit.NSPopUpButtonCell

Parametri

image
NSImage
Attributi

Si applica a

NSPopUpButtonCell(NSCoder)

[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSPopUpButtonCell (Foundation.NSCoder coder);
new AppKit.NSPopUpButtonCell : Foundation.NSCoder -> AppKit.NSPopUpButtonCell

Parametri

coder
NSCoder
Attributi

Si applica a

NSPopUpButtonCell(NSObjectFlag)

protected NSPopUpButtonCell (Foundation.NSObjectFlag t);
new AppKit.NSPopUpButtonCell : Foundation.NSObjectFlag -> AppKit.NSPopUpButtonCell

Parametri

Si applica a

NSPopUpButtonCell(IntPtr)

protected internal NSPopUpButtonCell (IntPtr handle);
new AppKit.NSPopUpButtonCell : nativeint -> AppKit.NSPopUpButtonCell

Parametri

handle
IntPtr

nativeint

Si applica a

NSPopUpButtonCell(String)

[Foundation.Export("initTextCell:")]
public NSPopUpButtonCell (string aString);
new AppKit.NSPopUpButtonCell : string -> AppKit.NSPopUpButtonCell

Parametri

aString
String
Attributi

Si applica a

NSPopUpButtonCell(String, Boolean)

[Foundation.Export("initTextCell:pullsDown:")]
[ObjCRuntime.DesignatedInitializer]
public NSPopUpButtonCell (string stringValue, bool pullDown);
new AppKit.NSPopUpButtonCell : string * bool -> AppKit.NSPopUpButtonCell

Parametri

stringValue
String
pullDown
Boolean
Attributi

Si applica a