MonobjcMonobjc Documented Class Library
ExtendSelectionAtStart Method (chars)
NamespacesMonobjc.QuartzPDFSelectionExtendSelectionAtStart(NSInteger)

Extends the selection from its start toward the beginning of the document.

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

Available in Mac OS X v10.4 and later.

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