MonobjcMonobjc Documented Class Library
SetTabStops Method (tabStops)
NamespacesMonobjc.AppKitNSMutableParagraphStyleSetTabStops(NSArray)

Replaces the tab stops in the receiver with tabStops.

Original signature is '- (void)setTabStops:(NSArray *)tabStops'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetTabStops(
	NSArray tabStops
)
Public Overridable Sub SetTabStops ( _
	tabStops As NSArray _
)
public:
virtual void SetTabStops(
	NSArray^ tabStops
)
Parameters
tabStops (NSArray)
MISSING
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)