NSTextTab 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
NSTextTab() | |
NSTextTab(NSCoder) | |
NSTextTab(NSObjectFlag) | |
NSTextTab(IntPtr) | |
NSTextTab(NSTextTabType, nfloat) | |
NSTextTab(NSTextAlignment, nfloat, NSDictionary) |
NSTextTab()
NSTextTab(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSTextTab (Foundation.NSCoder coder);
new AppKit.NSTextTab : Foundation.NSCoder -> AppKit.NSTextTab
Parameters
- coder
- NSCoder
- Attributes
Applies to
NSTextTab(NSObjectFlag)
protected NSTextTab (Foundation.NSObjectFlag t);
new AppKit.NSTextTab : Foundation.NSObjectFlag -> AppKit.NSTextTab
Parameters
Applies to
NSTextTab(IntPtr)
protected internal NSTextTab (IntPtr handle);
new AppKit.NSTextTab : nativeint -> AppKit.NSTextTab
Parameters
- handle
-
IntPtr
nativeint
Applies to
NSTextTab(NSTextTabType, nfloat)
[Foundation.Export("initWithType:location:")]
public NSTextTab (AppKit.NSTextTabType type, nfloat loc);
new AppKit.NSTextTab : AppKit.NSTextTabType * nfloat -> AppKit.NSTextTab
Parameters
- type
- NSTextTabType
- loc
- nfloat
- Attributes
Applies to
NSTextTab(NSTextAlignment, nfloat, NSDictionary)
[Foundation.Export("initWithTextAlignment:location:options:")]
[ObjCRuntime.DesignatedInitializer]
public NSTextTab (AppKit.NSTextAlignment alignment, nfloat loc, Foundation.NSDictionary options);
new AppKit.NSTextTab : AppKit.NSTextAlignment * nfloat * Foundation.NSDictionary -> AppKit.NSTextTab
Parameters
- alignment
- NSTextAlignment
- loc
- nfloat
- options
- NSDictionary
- Attributes