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