MonobjcMonobjc Documented Class Library
NextWordFromIndexForward Method (__target, index, flag)
NamespacesMonobjc.AppKitNSAttributedString_AppKitAdditionsNextWordFromIndexForward(NSAttributedString, NSUInteger, Boolean)

Returns the index of the first character of the word after or before the given index.

Original signature is '- (NSUInteger)nextWordFromIndex:(NSUInteger)index forward:(BOOL)flag'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSUInteger NextWordFromIndexForward(
	this NSAttributedString __target,
	NSUInteger index,
	bool flag
)
<ExtensionAttribute> _
Public Shared Function NextWordFromIndexForward ( _
	__target As NSAttributedString, _
	index As NSUInteger, _
	flag As Boolean _
) As NSUInteger
[ExtensionAttribute]
public:
static NSUInteger NextWordFromIndexForward(
	NSAttributedString^ __target, 
	NSUInteger index, 
	bool flag
)
Parameters
__target (NSAttributedString)
The target instance.
index (NSUInteger)
MISSING
flag (Boolean)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.AppKit.NSAttributedString_AppKitAdditions.NextWordFromIndexForward(Monobjc.Foundation.NSAttributedString,Monobjc.Foundation.NSUInteger,System.Boolean)"]

Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type NSAttributedString. When you use instance method syntax to call this method, omit the first parameter.
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)