MonobjcMonobjc Documented Class Library
ExtendSelectionAtEnd Method (chars)
NamespacesMonobjc.QuartzPDFSelectionExtendSelectionAtEnd(NSInteger)

Extends the selection from its end toward the end of the document.

Original signature is '- (void)extendSelectionAtEnd:(NSInteger)chars'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void ExtendSelectionAtEnd(
	NSInteger chars
)
Public Overridable Sub ExtendSelectionAtEnd ( _
	chars As NSInteger _
)
public:
virtual void ExtendSelectionAtEnd(
	NSInteger chars
)
Parameters
chars (NSInteger)
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.Quartz (Module: Monobjc.Quartz)