Condividi tramite


NSProgressIndicator Costruttori

Definizione

Overload

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

NSProgressIndicator()

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

Si applica a

NSProgressIndicator(CGRect)

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

Parametri

frameRect
CGRect
Attributi

Si applica a

NSProgressIndicator(NSCoder)

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

Parametri

coder
NSCoder
Attributi

Si applica a

NSProgressIndicator(NSObjectFlag)

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

Parametri

Si applica a

NSProgressIndicator(IntPtr)

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

Parametri

handle
IntPtr

nativeint

Si applica a