NSScroller 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
NSScroller() | |
NSScroller(CGRect) | |
NSScroller(NSCoder) | |
NSScroller(NSObjectFlag) | |
NSScroller(IntPtr) |
NSScroller()
NSScroller(CGRect)
[Foundation.Export("initWithFrame:")]
public NSScroller (CoreGraphics.CGRect frameRect);
new AppKit.NSScroller : CoreGraphics.CGRect -> AppKit.NSScroller
Parameters
- frameRect
- CGRect
- Attributes
Applies to
NSScroller(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSScroller (Foundation.NSCoder coder);
new AppKit.NSScroller : Foundation.NSCoder -> AppKit.NSScroller
Parameters
- coder
- NSCoder
- Attributes
Applies to
NSScroller(NSObjectFlag)
protected NSScroller (Foundation.NSObjectFlag t);
new AppKit.NSScroller : Foundation.NSObjectFlag -> AppKit.NSScroller
Parameters
Applies to
NSScroller(IntPtr)
protected internal NSScroller (IntPtr handle);
new AppKit.NSScroller : nativeint -> AppKit.NSScroller
Parameters
- handle
-
IntPtr
nativeint