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