다음을 통해 공유


NSButtonCell 생성자

정의

오버로드

NSButtonCell()
NSButtonCell(NSImage)
NSButtonCell(NSCoder)
NSButtonCell(NSObjectFlag)
NSButtonCell(IntPtr)
NSButtonCell(String)

NSButtonCell()

[Foundation.Export("init")]
public NSButtonCell ();
특성

적용 대상

NSButtonCell(NSImage)

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

매개 변수

image
NSImage
특성

적용 대상

NSButtonCell(NSCoder)

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

매개 변수

coder
NSCoder
특성

적용 대상

NSButtonCell(NSObjectFlag)

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

매개 변수

적용 대상

NSButtonCell(IntPtr)

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

매개 변수

handle
IntPtr

nativeint

적용 대상

NSButtonCell(String)

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

매개 변수

aString
String
특성

적용 대상