NSTextTab Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
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
Parameter
- coder
- NSCoder
- Attribute
Gilt für:
NSTextTab(NSObjectFlag)
protected NSTextTab (Foundation.NSObjectFlag t);
new AppKit.NSTextTab : Foundation.NSObjectFlag -> AppKit.NSTextTab
Parameter
Gilt für:
NSTextTab(IntPtr)
protected internal NSTextTab (IntPtr handle);
new AppKit.NSTextTab : nativeint -> AppKit.NSTextTab
Parameter
- handle
-
IntPtr
nativeint
Gilt für:
NSTextTab(NSTextTabType, nfloat)
[Foundation.Export("initWithType:location:")]
public NSTextTab (AppKit.NSTextTabType type, nfloat loc);
new AppKit.NSTextTab : AppKit.NSTextTabType * nfloat -> AppKit.NSTextTab
Parameter
- type
- NSTextTabType
- loc
- nfloat
- Attribute
Gilt für:
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
Parameter
- alignment
- NSTextAlignment
- loc
- nfloat
- options
- NSDictionary
- Attribute