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