NSSearchFieldCell 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
NSSearchFieldCell() | |
NSSearchFieldCell(NSCoder) | |
NSSearchFieldCell(NSObjectFlag) | |
NSSearchFieldCell(IntPtr) | |
NSSearchFieldCell(String) |
NSSearchFieldCell()
NSSearchFieldCell(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSSearchFieldCell (Foundation.NSCoder coder);
new AppKit.NSSearchFieldCell : Foundation.NSCoder -> AppKit.NSSearchFieldCell
Parameters
- coder
- NSCoder
- Attributes
Applies to
NSSearchFieldCell(NSObjectFlag)
protected NSSearchFieldCell (Foundation.NSObjectFlag t);
new AppKit.NSSearchFieldCell : Foundation.NSObjectFlag -> AppKit.NSSearchFieldCell
Parameters
Applies to
NSSearchFieldCell(IntPtr)
protected internal NSSearchFieldCell (IntPtr handle);
new AppKit.NSSearchFieldCell : nativeint -> AppKit.NSSearchFieldCell
Parameters
- handle
-
IntPtr
nativeint
Applies to
NSSearchFieldCell(String)
[Foundation.Export("initTextCell:")]
[ObjCRuntime.DesignatedInitializer]
public NSSearchFieldCell (string aString);
new AppKit.NSSearchFieldCell : string -> AppKit.NSSearchFieldCell
Parameters
- aString
- String
- Attributes