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