次の方法で共有


NSControl コンストラクター

定義

オーバーロード

NSControl()
NSControl(CGRect)
NSControl(NSCoder)
NSControl(NSObjectFlag)
NSControl(IntPtr)

NSControl()

[Foundation.Export("init")]
public NSControl ();
属性

適用対象

NSControl(CGRect)

[Foundation.Export("initWithFrame:")]
[ObjCRuntime.DesignatedInitializer]
public NSControl (CoreGraphics.CGRect frameRect);
new AppKit.NSControl : CoreGraphics.CGRect -> AppKit.NSControl

パラメーター

frameRect
CGRect
属性

適用対象

NSControl(NSCoder)

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

パラメーター

coder
NSCoder
属性

適用対象

NSControl(NSObjectFlag)

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

パラメーター

適用対象

NSControl(IntPtr)

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

パラメーター

handle
IntPtr

nativeint

適用対象