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