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