Szerkesztés

Megosztás a következőn keresztül:


NSProgressIndicator Constructors

Definition

Overloads

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

NSProgressIndicator()

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

Applies to

NSProgressIndicator(CGRect)

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

Parameters

frameRect
CGRect
Attributes

Applies to

NSProgressIndicator(NSCoder)

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

Parameters

coder
NSCoder
Attributes

Applies to

NSProgressIndicator(NSObjectFlag)

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

Parameters

Applies to

NSProgressIndicator(IntPtr)

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

Parameters

handle
IntPtr

nativeint

Applies to