次の方法で共有


NSProgressIndicator コンストラクター

定義

オーバーロード

NSProgressIndicator()
NSProgressIndicator(CGRect)
NSProgressIndicator(NSCoder)
NSProgressIndicator(NSObjectFlag)
NSProgressIndicator(IntPtr)

NSProgressIndicator()

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

適用対象

NSProgressIndicator(CGRect)

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

パラメーター

frameRect
CGRect
属性

適用対象

NSProgressIndicator(NSCoder)

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

パラメーター

coder
NSCoder
属性

適用対象

NSProgressIndicator(NSObjectFlag)

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

パラメーター

適用対象

NSProgressIndicator(IntPtr)

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

パラメーター

handle
IntPtr

nativeint

適用対象