NSProgressIndicator Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
NSProgressIndicator() | |
NSProgressIndicator(CGRect) | |
NSProgressIndicator(NSCoder) | |
NSProgressIndicator(NSObjectFlag) | |
NSProgressIndicator(IntPtr) |
NSProgressIndicator()
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