MonobjcMonobjc Documented Class Library
InitWithTypeLocation Method (type, location)
NamespacesMonobjc.AppKitNSTextTabInitWithTypeLocation(NSTextTabType, CGFloat)

Initializes a newly allocated NSTextTab with an alignment of type at location on the paragraph.

Original signature is '- (id)initWithType:(NSTextTabType)type location:(CGFloat)location'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual Id InitWithTypeLocation(
	NSTextTabType type,
	CGFloat location
)
Public Overridable Function InitWithTypeLocation ( _
	type As NSTextTabType, _
	location As CGFloat _
) As Id
public:
virtual Id^ InitWithTypeLocation(
	NSTextTabType type, 
	CGFloat location
)
Parameters
type (NSTextTabType)
MISSING
location (CGFloat)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.AppKit.NSTextTab.InitWithTypeLocation(Monobjc.AppKit.NSTextTabType,Monobjc.ApplicationServices.CGFloat)"]

Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)