MonobjcMonobjc Documented Class Library
WebView Class
NamespacesMonobjc.WebKitWebView

[Missing <summary> documentation for "T:Monobjc.WebKit.WebView"]

Declaration Syntax
C#Visual BasicVisual C++
Members
All MembersConstructorsMethodsPropertiesFields



IconMemberDescription
WebView(NSRect, NSString, NSString)

Initializes the receiver with a frame rectangle, frame name, and group name.

Original signature is '- (id)initWithFrame:(NSRect)frameRect frameName:(NSString *)frameName groupName:(NSString *)groupName'

Available in Mac OS X v10.2 with Safari 1.0 and later.


WebView(NSRect)

Initializes and returns a newly allocated NSView object with a specified frame rectangle.

Original signature is '- (id)initWithFrame:(NSRect)frameRect'

Available in Mac OS X v10.0 and later.


WebView(NSCoder)

Returns an object initialized from data in a given unarchiver. (required)

Original signature is '- (id)initWithCoder:(NSCoder *)decoder'

Available in Mac OS X v10.0 and later.


WebView()()()()
Initializes a new instance of the WebView class.

WebView(IntPtr)
Initializes a new instance of the WebView class.

WebView(String, Object, array<Object>[]()[][])
Initializes a new instance of the WebView class.

AcceptsFirstMouse(NSEvent)

Overridden by subclasses to return YES if the receiver should be sent a mouseDown: message for an initial mouse-down event, NO if not.

Original signature is '- (BOOL)acceptsFirstMouse:(NSEvent *)theEvent'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
AcceptsFirstResponder()()()()

Overridden by subclasses to return YES if the receiver accepts first responder status.

Original signature is '- (BOOL)acceptsFirstResponder'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
AcceptsTouchEvents

Returns whether the view will accept touch events.

Original signature is '- (BOOL)acceptsTouchEvents'

Available in Mac OS X v10.6 and later.

(Inherited from NSView.)
AddCursorRectCursor(NSRect, NSCursor)

Establishes the cursor to be used when the mouse pointer lies within a specified region.

Original signature is '- (void)addCursorRect:(NSRect)aRect cursor:(NSCursor *)aCursor'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
AddObserverForKeyPathOptionsContext(NSObject, NSString, NSKeyValueObservingOptions, IntPtr)

Registers anObserver to receive KVO notifications for the specified key-path relative to the receiver.

Original signature is '- (void)addObserver:(NSObject *)anObserver forKeyPath:(NSString *)keyPath options:(NSKeyValueObservingOptions)options context:(void *)context'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
AddSubview(NSView)

Adds a view to the receiver’s subviews so it’s displayed above its siblings.

Original signature is '- (void)addSubview:(NSView *)aView'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
AddSubviewPositionedRelativeTo(NSView, NSWindowOrderingMode, NSView)

Inserts a view among the receiver’s subviews so it’s displayed immediately above or below another view.

Original signature is '- (void)addSubview:(NSView *)aView positioned:(NSWindowOrderingMode)place relativeTo:(NSView *)otherView'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
AddToolTipRectOwnerUserData(NSRect, Id, IntPtr)

Creates a tool tip for a defined area the receiver and returns a tag that identifies the tool tip rectangle.

Original signature is '- (NSToolTipTag)addToolTipRect:(NSRect)aRect owner:(id)anObject userData:(void *)userData'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
AddTrackingArea(NSTrackingArea)

Adds a given tracking area to the receiver.

Original signature is '- (void)addTrackingArea:(NSTrackingArea *)trackingArea'

Available in Mac OS X v10.5 and later.

(Inherited from NSView.)
AddTrackingRectOwnerUserDataAssumeInside(NSRect, Id, IntPtr, Boolean)

Establishes an area for tracking mouse-entered and mouse-exited events within the receiver and returns a tag that identifies the tracking rectangle.

Original signature is '- (NSTrackingRectTag)addTrackingRect:(NSRect)aRect owner:(id)userObject userData:(void *)userData assumeInside:(BOOL)flag'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
AdjustPageHeightNewTopBottomLimit(CGFloat%, CGFloat, CGFloat, CGFloat)

Overridden by subclasses to adjust page height during automatic pagination.

Original signature is '- (void)adjustPageHeightNew:(CGFloat *)newBottom top:(CGFloat)top bottom:(CGFloat)proposedBottom limit:(CGFloat)bottomLimit'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
AdjustPageWidthNewLeftRightLimit(CGFloat%, CGFloat, CGFloat, CGFloat)

Overridden by subclasses to adjust page width during automatic pagination.

Original signature is '- (void)adjustPageWidthNew:(CGFloat *)newRight left:(CGFloat)left right:(CGFloat)proposedRight limit:(CGFloat)rightLimit'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
AdjustScroll(NSRect)

Overridden by subclasses to modify a given rectangle, returning the altered rectangle.

Original signature is '- (NSRect)adjustScroll:(NSRect)proposedVisibleRect'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
AlignCenter(Id)

An action method that applies center alignment to selected content or all content if there’s no selection.

Original signature is '- (void)alignCenter:(id)sender'

Available in Mac OS X v10.3.9 and later.


AlignJustified(Id)

An action method that applies full justification to selected content or all content if there’s no selection.

Original signature is '- (void)alignJustified:(id)sender'

Available in Mac OS X v10.3.9 and later.


AlignLeft(Id)

An action method that applies left justification to selected content or all content if there’s no selection.

Original signature is '- (void)alignLeft:(id)sender'

Available in Mac OS X v10.3.9 and later.


AlignRight(Id)

An action method that applies right justification to selected content or all content if there is no selection.

Original signature is '- (void)alignRight:(id)sender'

Available in Mac OS X v10.3.9 and later.


Alloc()()()()
Allocates a new native instance.
(Inherited from Id.)
AllocateGState()()()()

Causes the receiver to maintain a private graphics state object, which encapsulates all parameters of the graphics environment.

Original signature is '- (void)allocateGState'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
AlphaValue

Returns the opacity of the receiver

Original signature is '- (CGFloat)alphaValue'

Available in Mac OS X v10.5 and later.

(Inherited from NSView.)
AncestorSharedWithView(NSView)

Returns the closest ancestor shared by the receiver and a given view.

Original signature is '- (NSView *)ancestorSharedWithView:(NSView *)aView'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
AnimationForKey(NSString)

Returns the animation that should be performed for the specified key. (required)

Original signature is '- (id)animationForKey:(NSString *)key'

Available in Mac OS X v10.5 and later.

(Inherited from NSView.)
Animations

Returns the optional dictionary that maps event trigger keys to animation objects. (required)

Original signature is '- (NSDictionary *)animations'

Available in Mac OS X v10.5 and later.

(Inherited from NSView.)
Animator

Returns a proxy object for the receiver that can be used to initiate implied animation for property changes. (required)

Original signature is '- (id)animator'

Available in Mac OS X v10.5 and later.

(Inherited from NSView.)
ApplicationNameForUserAgent

Returns the receiver’s application name that is used in the user-agent string.

Original signature is '- (NSString *)applicationNameForUserAgent'

Available in Mac OS X v10.2 with Safari 1.0 and later.


ApplyStyle(IntPtr)

Applies the CSS typing style to the current selection.

Original signature is '- (void)applyStyle:(DOMCSSStyleDeclaration *)style'

Available in Mac OS X v10.3.9 and later.


AttributeKeys

Returns an array of NSString objects containing the names of immutable values that instances of the receiver's class contain.

Original signature is '- (NSArray *)attributeKeys'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
AutoContentAccessingProxy

Creates and returns an autoreleased proxy for the receiving object

Original signature is '- (id)autoContentAccessingProxy'

Available in Mac OS X v10.6 and later.

(Inherited from NSObject.)
Autorelease()()()()

Adds the receiver to the current autorelease pool.

Original signature is '- (id)autorelease'

Available in Mac OS X v10.0 and later.

(Inherited from Id.)
AutoresizesSubviews

Returns YES if the receiver automatically resizes its subviews using resizeSubviewsWithOldSize: whenever its frame size changes, NO otherwise.

Original signature is '- (BOOL)autoresizesSubviews'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
AutoresizingMask

Returns the receiver’s autoresizing mask, which determines how it’s resized by the resizeWithOldSuperviewSize: method.

Original signature is '- (NSUInteger)autoresizingMask'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
Autoscroll(NSEvent)

Scrolls the receiver’s closest ancestor NSClipView object proportionally to the distance of an event that occurs outside of it.

Original signature is '- (BOOL)autoscroll:(NSEvent *)theEvent'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
AwakeAfterUsingCoder(NSCoder)

Overridden by subclasses to substitute another object in place of the object that was decoded and subsequently received this message.

Original signature is '- (id)awakeAfterUsingCoder:(NSCoder *)aDecoder'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
BackForwardList

Returns the receiver’s back-forward list.

Original signature is '- (WebBackForwardList *)backForwardList'

Available in Mac OS X v10.2 with Safari 1.0 and later.


BackgroundFilters

Returns the array of CoreImage filters that are applied to the receiver’s background

Original signature is '- (NSArray *)backgroundFilters'

Available in Mac OS X v10.5 and later.

(Inherited from NSView.)
BecomeFirstResponder()()()()

Notifies the receiver that it’s about to become first responder in its NSWindow.

Original signature is '- (BOOL)becomeFirstResponder'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
BeginDocument()()()()

Invoked at the beginning of the printing session, this method sets up the current graphics context.

Original signature is '- (void)beginDocument'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
BeginGestureWithEvent(NSEvent)

Informs the receiver that the user has begun a touch gesture.

Original signature is '- (void)beginGestureWithEvent:(NSEvent *)event'

Available in Mac OS X v10.6 and later.

(Inherited from NSResponder.)
BeginInvoke(Delegate, array<Object>[]()[][])

Executes the delegate on the main thread that this object executes on.

NB: Assumption is made that Objective-C controls have been created on the Main Thread.

(Inherited from NSResponder.)
BeginPageInRectAtPlacement(NSRect, NSPoint)

Called at the beginning of each page, this method sets up the coordinate system so that a region inside the receiver’s bounds is translated to a specified location..

Original signature is '- (void)beginPageInRect:(NSRect)aRect atPlacement:(NSPoint)location'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
BindToObjectWithKeyPathOptions(NSString, Id, NSString, NSDictionary)

Establishes a binding between a given property of the receiver and the property of a given object specified by a given key path.

Original signature is '- (void)bind:(NSString *)binding toObject:(id)observableController withKeyPath:(NSString *)keyPath options:(NSDictionary *)options'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
BitmapImageRepForCachingDisplayInRect(NSRect)

Returns a bitmap-representation object suitable for caching the specified portion of the receiver.

Original signature is '- (NSBitmapImageRep *)bitmapImageRepForCachingDisplayInRect:(NSRect)aRect'

Available in Mac OS X v10.4 and later.

(Inherited from NSView.)
Bounds

Returns the receiver’s bounds rectangle, which expresses its location and size in its own coordinate system.

Original signature is '- (NSRect)bounds'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
BoundsRotation

Returns the angle, in degrees, of the receiver’s bounds rectangle relative to its frame rectangle.

Original signature is '- (CGFloat)boundsRotation'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
CacheDisplayInRectToBitmapImageRep(NSRect, NSBitmapImageRep)

Draws the specified area of the receiver, and its descendants, into a provided bitmap-representation object.

Original signature is '- (void)cacheDisplayInRect:(NSRect)rect toBitmapImageRep:(NSBitmapImageRep *)bitmapImageRep'

Available in Mac OS X v10.4 and later.

(Inherited from NSView.)
CanBecomeKeyView

Returns whether the receiver can become key view.

Original signature is '- (BOOL)canBecomeKeyView'

Available in Mac OS X v10.3 and later.

(Inherited from NSView.)
CancelOperation(Id)

Implemented by subclasses to cancel the current operation.

Original signature is '- (void)cancelOperation:(id)sender'

Available in Mac OS X v10.3 and later.

(Inherited from NSResponder.)
CanDraw

Returns YES if drawing commands will produce any result, NO otherwise.

Original signature is '- (BOOL)canDraw'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
CanDrawConcurrently

Returns whether the view’s drawRect: method can be invoked on a background thread.

Original signature is '- (BOOL)canDrawConcurrently'

Available in Mac OS X v10.6 and later.

(Inherited from NSView.)
CanGoBack

Returns whether the previous location can be loaded.

Original signature is '- (BOOL)canGoBack'

Available in Mac OS X v10.2 with Safari 1.0 and later.


CanGoForward

Returns whether the next location can be loaded.

Original signature is '- (BOOL)canGoForward'

Available in Mac OS X v10.2 with Safari 1.0 and later.


CanMakeTextLarger

Returns whether the text can be made larger.

Original signature is '- (BOOL)canMakeTextLarger'

Available in Mac OS X v10.2 with Safari 1.0 and later.


CanMakeTextSmaller

Returns whether the text can be made smaller.

Original signature is '- (BOOL)canMakeTextSmaller'

Available in Mac OS X v10.2 with Safari 1.0 and later.


CanMakeTextStandardSize

Returns whether the current text size is a multiple of 1.

Original signature is '- (BOOL)canMakeTextStandardSize'

Available in Mac OS X v10.4.11 and later.


CanShowMIMEType(NSString)

Returns whether the receiver can display content of a given MIME type.

Original signature is '+ (BOOL)canShowMIMEType:(NSString *)MIMEType'

Available in Mac OS X v10.2 with Safari 1.0 and later.


CanShowMIMETypeAsHTML(NSString)

Returns whether the receiver interprets a MIME type as HTML.

Original signature is '+ (BOOL)canShowMIMETypeAsHTML:(NSString *)MIMEType'

Available in Mac OS X v10.2 with Safari 1.0 and later.


CapitalizeWord(Id)

Implemented by subclasses to capitalize the word or words surrounding the insertion point or selection, expanding the selection if necessary.

Original signature is '- (void)capitalizeWord:(id)sender'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
CastAs<(Of <<'(T>)>>)()()()()
Try to cast the current instance to the given type. The cast is dynamically tested for safety.
(Inherited from Id.)
CastTo<(Of <<'(T>)>>)()()()()
Cast the current instance to the given type. The cast is dynamically tested for safety.
(Inherited from Id.)
CenterScanRect(NSRect)

Converts the corners of a specified rectangle to lie on the center of device pixels, which is useful in compensating for rendering overscanning when the coordinate system has been scaled.

Original signature is '- (NSRect)centerScanRect:(NSRect)aRect'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
CenterSelectionInVisibleArea(Id)

Implemented by subclasses to scroll the selection, whatever it is, inside its visible area.

Original signature is '- (void)centerSelectionInVisibleArea:(id)sender'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
ChangeAttributes(Id)

An action method that changes the attributes of the current selection.

Original signature is '- (void)changeAttributes:(id)sender'

Available in Mac OS X v10.3.9 and later.


ChangeCaseOfLetter(Id)

Implemented by subclasses to change the case of a letter or letters in the selection, perhaps by opening a panel with capitalization options or by cycling through possible case combinations.

Original signature is '- (void)changeCaseOfLetter:(id)sender'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
ChangeColor(Id)

Sets the color of the selected content.

Original signature is '- (void)changeColor:(id)sender'

Available in Mac OS X v10.3.9 and later.


ChangeDocumentBackgroundColor(Id)

Sets the background color of the selected content.

Original signature is '- (void)changeDocumentBackgroundColor:(id)sender'

Available in Mac OS X v10.3.9 and later.


ChangeFont(Id)

An action method that changes the font of the selection, or all content if there is no selection.

Original signature is '- (void)changeFont:(id)sender'

Available in Mac OS X v10.3.9 and later.


CheckSpelling(Id)

An action method that searches for a misspelled word in the receiver.

Original signature is '- (void)checkSpelling:(id)sender'

Available in Mac OS X v10.3.9 and later.


Class

Gets the class of the underlying instance.

(Inherited from Id.)
ClassCode

Returns the receiver's Apple event type code, as stored in the NSScriptClassDescription object for the object’s class.

Original signature is '- (FourCharCode)classCode'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ClassDescription

Returns an object containing information about the attributes and relationships of the receiver’s class.

Original signature is '- (NSClassDescription *)classDescription'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ClassForArchiver

Overridden by subclasses to substitute a class other than its own during archiving.

Original signature is '- (Class)classForArchiver'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ClassForCoder

Overridden by subclasses to substitute a class other than its own during coding.

Original signature is '- (Class)classForCoder'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ClassForKeyedArchiver

Overridden by subclasses to substitute a new class for instances during keyed archiving.

Original signature is '- (Class)classForKeyedArchiver'

Available in Mac OS X v10.2 and later.

(Inherited from NSObject.)
ClassForPortCoder

Overridden by subclasses to substitute a class other than its own for distribution encoding.

Original signature is '- (Class)classForPortCoder'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ClassName

Returns a string containing the name of the class.

Original signature is '- (NSString *)className'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
Close()()()()

Closes the web view when it’s no longer needed.

Original signature is '- (void)close'

Available in Mac OS X v10.4.11 and later.


CoerceValueForKey(Id, NSString)

Uses type info from the class description and NSScriptCoercionHandler to attempt to convert value for key to the proper type, if necessary.

Original signature is '- (id)coerceValue:(id)value forKey:(NSString *)key'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
Complete(Id)

Implemented by subclasses to complete an operation in progress or a partially constructed element.

Original signature is '- (void)complete:(id)sender'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
CompositingFilter

Returns the CoreImage filter that is used to composite the receiver’s contents with the background

Original signature is '- (CIFilter *)compositingFilter'

Available in Mac OS X v10.5 and later.

(Inherited from NSView.)
ComputedStyleForElementPseudoElement(IntPtr, NSString)

Returns the computed style of an element and its pseudo element.

Original signature is '- (DOMCSSStyleDeclaration *)computedStyleForElement:(DOMElement *)element pseudoElement:(NSString *)pseudoElement'

Available in Mac OS X v10.3.9 and later.


ConformsToProtocol(IntPtr)

Returns a Boolean value that indicates whether the receiver conforms to a given protocol. (required)

Original signature is '- (BOOL)conformsToProtocol:(Protocol *)aProtocol'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ContentFilters

Returns the array of CoreImage filters that are applied to the contents of the receiver and its sublayers.

Original signature is '- (NSArray *)contentFilters'

Available in Mac OS X v10.5 and later.

(Inherited from NSView.)
ConvertPointFromBase(NSPoint)

Converts the point from the base coordinate system to the receiver’s coordinate system.

Original signature is '- (NSPoint)convertPointFromBase:(NSPoint)aPoint'

Available in Mac OS X v10.5 and later.

(Inherited from NSView.)
ConvertPointFromView(NSPoint, NSView)

Converts a point from the coordinate system of a given view to that of the receiver.

Original signature is '- (NSPoint)convertPoint:(NSPoint)aPoint fromView:(NSView *)aView'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
ConvertPointToBase(NSPoint)

Converts the point from the receiver’s coordinate system to the base coordinate system.

Original signature is '- (NSPoint)convertPointToBase:(NSPoint)aPoint'

Available in Mac OS X v10.5 and later.

(Inherited from NSView.)
ConvertPointToView(NSPoint, NSView)

Converts a point from the receiver’s coordinate system to that of a given view.

Original signature is '- (NSPoint)convertPoint:(NSPoint)aPoint toView:(NSView *)aView'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
ConvertRectFromBase(NSRect)

Converts the rectangle from the base coordinate system to the receiver’s coordinate system.

Original signature is '- (NSRect)convertRectFromBase:(NSRect)aRect'

Available in Mac OS X v10.5 and later.

(Inherited from NSView.)
ConvertRectFromView(NSRect, NSView)

Converts a rectangle from the coordinate system of another view to that of the receiver.

Original signature is '- (NSRect)convertRect:(NSRect)aRect fromView:(NSView *)aView'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
ConvertRectToBase(NSRect)

Converts the rectangle from the receiver’s coordinate system to the base coordinate system.

Original signature is '- (NSRect)convertRectToBase:(NSRect)aRect'

Available in Mac OS X v10.5 and later.

(Inherited from NSView.)
ConvertRectToView(NSRect, NSView)

Converts a rectangle from the receiver’s coordinate system to that of another view.

Original signature is '- (NSRect)convertRect:(NSRect)aRect toView:(NSView *)aView'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
ConvertSizeFromBase(NSSize)

Converts the size from the base coordinate system to the receiver’s coordinate system.

Original signature is '- (NSSize)convertSizeFromBase:(NSSize)aSize'

Available in Mac OS X v10.5 and later.

(Inherited from NSView.)
ConvertSizeFromView(NSSize, NSView)

Converts a size from another view’s coordinate system to that of the receiver.

Original signature is '- (NSSize)convertSize:(NSSize)aSize fromView:(NSView *)aView'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
ConvertSizeToBase(NSSize)

Converts the size from the receiver’s coordinate system to the base coordinate system.

Original signature is '- (NSSize)convertSizeToBase:(NSSize)aSize'

Available in Mac OS X v10.5 and later.

(Inherited from NSView.)
ConvertSizeToView(NSSize, NSView)

Converts a size from the receiver’s coordinate system to that of another view.

Original signature is '- (NSSize)convertSize:(NSSize)aSize toView:(NSView *)aView'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
Copy(Id)

Action method that copies the selected content to the general pasteboard.

Original signature is '- (void)copy:(id)sender'

Available in Mac OS X v10.3.9 and later.


Copy()()()()

Returns the object returned by copyWithZone:, where the zone is nil.

Original signature is '- (id)copy'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
CopyFont(Id)

An action method that copies font information onto the font pasteboard.

Original signature is '- (void)copyFont:(id)sender'

Available in Mac OS X v10.3.9 and later.


CopyScriptingValueForKeyWithProperties(Id, NSString, NSDictionary)

Creates and returns one or more scripting objects to be inserted into the specified relationship by copying the passed-in value and setting the properties in the copied object or objects.

Original signature is '- (id)copyScriptingValue:(id)value forKey:(NSString *)key withProperties:(NSDictionary *)properties'

Available in Mac OS X v10.5 and later.

(Inherited from NSObject.)
CursorUpdate(NSEvent)

Informs the receiver that the mouse cursor has moved into a cursor rectangle.

Original signature is '- (void)cursorUpdate:(NSEvent *)event'

Available in Mac OS X v10.5 and later.

(Inherited from NSResponder.)
CustomTextEncodingName

Returns the custom text encoding name.

Original signature is '- (NSString *)customTextEncodingName'

Available in Mac OS X v10.2 with Safari 1.0 and later.


CustomUserAgent

Returns the receiver’s custom user-agent string.

Original signature is '- (NSString *)customUserAgent'

Available in Mac OS X v10.2 with Safari 1.0 and later.


Cut(Id)

An action method that deletes selected content and puts it on the general pasteboard.

Original signature is '- (void)cut:(id)sender'

Available in Mac OS X v10.3.9 and later.


DataWithEPSInsideRect(NSRect)

Returns EPS data that draws the region of the receiver within a specified rectangle.

Original signature is '- (NSData *)dataWithEPSInsideRect:(NSRect)aRect'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
DataWithPDFInsideRect(NSRect)

Returns PDF data that draws the region of the receiver within a specified rectangle.

Original signature is '- (NSData *)dataWithPDFInsideRect:(NSRect)aRect'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
Dealloc()()()()

Deallocates the memory occupied by the receiver.

Original signature is '- (void)dealloc'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
Delete(Id)

An action method that deletes the selected content.

Original signature is '- (void)delete:(id)sender'

Available in Mac OS X v10.3.9 and later.


DeleteBackward(Id)

Implemented by subclasses to delete the selection, if there is one, or a single element backward from the insertion point (a letter or character in text, for example).

Original signature is '- (void)deleteBackward:(id)sender'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
DeleteBackwardByDecomposingPreviousCharacter(Id)

Implemented by subclasses to delete the selection, if there is one, or a single character backward from the insertion point.

Original signature is '- (void)deleteBackwardByDecomposingPreviousCharacter:(id)sender'

Available in Mac OS X v10.3 and later.

(Inherited from NSResponder.)
DeleteForward(Id)

Implemented by subclasses to delete the selection, if there is one, or a single element forward from the insertion point (a letter or character in text, for example).

Original signature is '- (void)deleteForward:(id)sender'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
DeleteSelection()()()()

Deletes the receiver’s current selection unless it’s collapsed.

Original signature is '- (void)deleteSelection'

Available in Mac OS X v10.3.9 and later.


DeleteToBeginningOfLine(Id)

Implemented by subclasses to delete the selection, if there is one, or all text from the insertion point to the beginning of a line (typically of text).

Original signature is '- (void)deleteToBeginningOfLine:(id)sender'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
DeleteToBeginningOfParagraph(Id)

Implemented by subclasses to delete the selection, if there is one, or all text from the insertion point to the beginning of a paragraph of text.

Original signature is '- (void)deleteToBeginningOfParagraph:(id)sender'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
DeleteToEndOfLine(Id)

Implemented by subclasses to delete the selection, if there is one, or all text from the insertion point to the end of a line (typically of text).

Original signature is '- (void)deleteToEndOfLine:(id)sender'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
DeleteToEndOfParagraph(Id)

Implemented by subclasses to delete the selection, if there is one, or all text from the insertion point to the end of a paragraph of text.

Original signature is '- (void)deleteToEndOfParagraph:(id)sender'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
DeleteToMark(Id)

Implemented by subclasses to delete the selection, if there is one, or all items from the insertion point to a previously placed mark, including the selection itself if not empty.

Original signature is '- (void)deleteToMark:(id)sender'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
DeleteWordBackward(Id)

Implemented by subclasses to delete the selection, if there is one, or a single word backward from the insertion point.

Original signature is '- (void)deleteWordBackward:(id)sender'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
DeleteWordForward(Id)

Implemented by subclasses to delete the selection, if there is one, or a single word forward from the insertion point.

Original signature is '- (void)deleteWordForward:(id)sender'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
Description

Returns a string that describes the contents of the receiver. (required)

Original signature is '- (NSString *)description'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
DictionaryWithValuesForKeys(NSArray)

Returns a dictionary containing the property values identified by each of the keys in a given array.

Original signature is '- (NSDictionary *)dictionaryWithValuesForKeys:(NSArray *)keys'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
DidAddSubview(NSView)

Overridden by subclasses to perform additional actions when subviews are added to the receiver.

Original signature is '- (void)didAddSubview:(NSView *)subview'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
DidChangeValueForKey(NSString)

Invoked to inform the receiver that the value of a given property has changed.

Original signature is '- (void)didChangeValueForKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
DidChangeValueForKeyWithSetMutationUsingObjects(NSString, NSKeyValueSetMutationKind, NSSet)

Invoked to inform the receiver that the specified change was made to a specified unordered to-many relationship.

Original signature is '- (void)didChangeValueForKey:(NSString *)key withSetMutation:(NSKeyValueSetMutationKind)mutationKind usingObjects:(NSSet *)objects'

Available in Mac OS X v10.4 and later.

(Inherited from NSObject.)
DidChangeValuesAtIndexesForKey(NSKeyValueChange, NSIndexSet, NSString)

Invoked to inform the receiver that the specified change has occurred on the indexes for a specified ordered to-many relationship.

Original signature is '- (void)didChange:(NSKeyValueChange)change valuesAtIndexes:(NSIndexSet *)indexes forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
DiscardCursorRects()()()()

Invalidates all cursor rectangles set up using addCursorRect:cursor:.

Original signature is '- (void)discardCursorRects'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
Display()()()()

Displays the receiver and all its subviews if possible, invoking each the NSView methods lockFocus, drawRect:, and unlockFocus as necessary.

Original signature is '- (void)display'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
DisplayIfNeeded()()()()

Displays the receiver and all its subviews if any part of the receiver has been marked as needing display with a setNeedsDisplay: or setNeedsDisplayInRect: message.

Original signature is '- (void)displayIfNeeded'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
DisplayIfNeededIgnoringOpacity()()()()

Acts as displayIfNeeded, except that this method doesn’t back up to the first opaque ancestor—it simply causes the receiver and its descendants to execute their drawing code.

Original signature is '- (void)displayIfNeededIgnoringOpacity'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
DisplayIfNeededInRect(NSRect)

Acts as displayIfNeeded, confining drawing to a specified region of the receiver..

Original signature is '- (void)displayIfNeededInRect:(NSRect)aRect'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
DisplayIfNeededInRectIgnoringOpacity(NSRect)

Acts as displayIfNeeded, but confining drawing to aRect and not backing up to the first opaque ancestor—it simply causes the receiver and its descendants to execute their drawing code.

Original signature is '- (void)displayIfNeededInRectIgnoringOpacity:(NSRect)aRect'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
DisplayRect(NSRect)

Acts as display, but confining drawing to a rectangular region of the receiver.

Original signature is '- (void)displayRect:(NSRect)aRect'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
DisplayRectIgnoringOpacity(NSRect)

Displays the receiver but confines drawing to a specified region and does not back up to the first opaque ancestor—it simply causes the receiver and its descendants to execute their drawing code.

Original signature is '- (void)displayRectIgnoringOpacity:(NSRect)aRect'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
DisplayRectIgnoringOpacityInContext(NSRect, NSGraphicsContext)

Causes the receiver and its descendants to be redrawn to the specified graphics context.

Original signature is '- (void)displayRectIgnoringOpacity:(NSRect)aRect inContext:(NSGraphicsContext *)context'

Available in Mac OS X v10.4 and later.

(Inherited from NSView.)
Dispose()()()()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from Id.)
Dispose(Boolean)
Releases unmanaged and - optionally - managed resources
(Inherited from Id.)
DoCommandBySelector(IntPtr)

Attempts to perform the indicated command.

Original signature is '- (void)doCommandBySelector:(SEL)aSelector'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
DoesNotRecognizeSelector(IntPtr)

Handles messages the receiver doesn’t recognize.

Original signature is '- (void)doesNotRecognizeSelector:(SEL)aSelector'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
DownloadDelegate

Return the receiver’s download delegate.

Original signature is '- (id)downloadDelegate'

Available in Mac OS X v10.2 with Safari 1.0 and later.


DragFileFromRectSlideBackEvent(NSString, NSRect, Boolean, NSEvent)

Initiates a dragging operation from the receiver, allowing the user to drag a file icon to any application that has window or view objects that accept files.

Original signature is '- (BOOL)dragFile:(NSString *)fullPath fromRect:(NSRect)aRect slideBack:(BOOL)slideBack event:(NSEvent *)theEvent'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
DragImageAtOffsetEventPasteboardSourceSlideBack(NSImage, NSPoint, NSSize, NSEvent, NSPasteboard, Id, Boolean)

Initiates a dragging operation from the receiver, allowing the user to drag arbitrary data with a specified icon into any application that has window or view objects that accept dragged data.

Original signature is '- (void)dragImage:(NSImage *)anImage at:(NSPoint)imageLoc offset:(NSSize)mouseOffset event:(NSEvent *)theEvent pasteboard:(NSPasteboard *)pboard source:(id)sourceObject slideBack:(BOOL)slideBack'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
DragPromisedFilesOfTypesFromRectSourceSlideBackEvent(NSArray, NSRect, Id, Boolean, NSEvent)

Initiates a dragging operation from the receiver, allowing the user to drag one or more promised files (or directories) into any application that has window or view objects that accept promised file data.

Original signature is '- (BOOL)dragPromisedFilesOfTypes:(NSArray *)typeArray fromRect:(NSRect)aRect source:(id)sourceObject slideBack:(BOOL)slideBack event:(NSEvent *)theEvent'

Available in Mac OS X v10.2 and later.

(Inherited from NSView.)
DrawPageBorderWithSize(NSSize)

Allows applications that use the Application Kit pagination facility to draw additional marks on each logical page.

Original signature is '- (void)drawPageBorderWithSize:(NSSize)borderSize'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
DrawRect(NSRect)

Overridden by subclasses to draw the receiver’s image within the passed-in rectangle.

Original signature is '- (void)drawRect:(NSRect)dirtyRect'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
DrawsBackground

Returns whether the web view draws a background.

Original signature is '- (BOOL)drawsBackground'

Available in Mac OS X v10.4.11 and later.


DrawSheetBorderWithSize(NSSize)

Allows applications that use the Application Kit pagination facility to draw additional marks on each printed sheet.

Original signature is '- (void)drawSheetBorderWithSize:(NSSize)borderSize'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
EditableDOMRangeForPoint(NSPoint)

Returns the editable DOM object located at a given point.

Original signature is '- (DOMRange *)editableDOMRangeForPoint:(NSPoint)point'

Available in Mac OS X v10.3.9 and later.


EditingDelegate

Returns the receiver’s editing delegate.

Original signature is '- (id)editingDelegate'

Available in Mac OS X v10.3.9 and later.


ElementAtPoint(NSPoint)

Returns a dictionary description of the element at a given point in the receiver’s coordinates.

Original signature is '- (NSDictionary *)elementAtPoint:(NSPoint)point'

Available in Mac OS X v10.3.9 and later.


EnclosingMenuItem

Returns the menu item containing the receiver or any of its superviews in the view hierarchy.

Original signature is '- (NSMenuItem *)enclosingMenuItem'

Available in Mac OS X v10.5 and later.

(Inherited from NSView.)
EnclosingScrollView

Returns the nearest ancestor NSScrollView object containing the receiver (not including the receiver itself); otherwise returns nil.

Original signature is '- (NSScrollView *)enclosingScrollView'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
EncodeWithCoder(NSCoder)

Encodes the receiver using a given archiver. (required)

Original signature is '- (void)encodeWithCoder:(NSCoder *)encoder'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
EndDocument()()()()

This method is invoked at the end of the printing session.

Original signature is '- (void)endDocument'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
EndGestureWithEvent(NSEvent)

Informs the receiver that the user has ended a touch gesture.

Original signature is '- (void)endGestureWithEvent:(NSEvent *)event'

Available in Mac OS X v10.6 and later.

(Inherited from NSResponder.)
EndInvoke(IAsyncResult)

Waits until the process started by calling BeginInvoke(Delegate, array<Object>[]()[][]) completes, and then returns the value generated by the process.

NB: Assumption is made that Objective-C controls have been created on the Main Thread.

(Inherited from NSResponder.)
EndPage()()()()

Writes the end of a conforming page.

Original signature is '- (void)endPage'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
EnterFullScreenModeWithOptions(NSScreen, NSDictionary)

Sets the receiver to full screen mode.

Original signature is '- (BOOL)enterFullScreenMode:(NSScreen *)screen withOptions:(NSDictionary *)options'

Available in Mac OS X v10.5 and later.

(Inherited from NSView.)
Equals(Id)
Indicates whether the current object is equal to another object of the same type.
(Inherited from Id.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Id.)
EstimatedProgress

Returns an estimate, as a percentage, of the amount of content that is currently loaded.

Original signature is '- (double)estimatedProgress'

Available in Mac OS X v10.2 with Safari 1.0 and later.


ExitFullScreenModeWithOptions(NSDictionary)

Instructs the receiver to exit full screen mode.

Original signature is '- (void)exitFullScreenModeWithOptions:(NSDictionary *)options'

Available in Mac OS X v10.5 and later.

(Inherited from NSView.)
ExposedBindings

Returns an array containing the bindings exposed by the receiver.

Original signature is '- (NSArray *)exposedBindings'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
Finalize()()()()
Releases unmanaged resources and performs other cleanup operations before the Id is reclaimed by garbage collection.
(Inherited from Id.)
FlagsChanged(NSEvent)

Informs the receiver that the user has pressed or released a modifier key (Shift, Control, and so on).

Original signature is '- (void)flagsChanged:(NSEvent *)theEvent'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
FlushBufferedKeyEvents()()()()

Overridden by subclasses to clear any unprocessed key events.

Original signature is '- (void)flushBufferedKeyEvents'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
FocusRingType

Returns the type of focus ring drawn around the receiver.

Original signature is '- (NSFocusRingType)focusRingType'

Available in Mac OS X v10.3 and later.

(Inherited from NSView.)
ForwardingTargetForSelector(IntPtr)

Returns the object to which unrecognized messages should first be directed.

Original signature is '- (id)forwardingTargetForSelector:(SEL)aSelector'

Available in Mac OS X v10.6 and later.

(Inherited from NSObject.)
ForwardInvocation(NSInvocation)

Overridden by subclasses to forward messages to other objects.

Original signature is '- (void)forwardInvocation:(NSInvocation *)anInvocation'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
Frame

Returns the receiver’s frame rectangle, which defines its position in its superview.

Original signature is '- (NSRect)frame'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
FrameCenterRotation

Returns the receiver’s rotation about the layer’s position.

Original signature is '- (CGFloat)frameCenterRotation'

Available in Mac OS X v10.5 and later.

(Inherited from NSView.)
FrameLoadDelegate

Return the receiver’s frame load delegate.

Original signature is '- (id)frameLoadDelegate'

Available in Mac OS X v10.2 with Safari 1.0 and later.


FrameRotation

Returns the angle, in degrees, of the receiver’s frame relative to its superview’s coordinate system.

Original signature is '- (CGFloat)frameRotation'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Id.)
GetInstanceVariable<(Of <<'(T>)>>)(String)
Gets the instance variable of the specified name.
(Inherited from Id.)
GetRectsBeingDrawnCount(IntPtr, NSInteger%)

Returns by indirection a list of non-overlapping rectangles that define the area the receiver is being asked to draw in drawRect:.

Original signature is '- (void)getRectsBeingDrawn:(const NSRect **)rects count:(NSInteger *)count'

Available in Mac OS X v10.3 and later.

(Inherited from NSView.)
GetRectsExposedDuringLiveResizeCount(NSRect, NSInteger%)

Returns a list of rectangles indicating the newly exposed areas of the receiver.

Original signature is '- (void)getRectsExposedDuringLiveResize:(NSRect)exposedRects count:(NSInteger *)count'

Available in Mac OS X v10.4 and later.

(Inherited from NSView.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
GoBack()()()()

Loads the previous location in the back-forward list.

Original signature is '- (BOOL)goBack'

Available in Mac OS X v10.2 with Safari 1.0 and later.


GoBack(Id)

An action method that loads the previous location in the back-forward list.

Original signature is '- (void)goBack:(id)sender'

Available in Mac OS X v10.2 with Safari 1.0 and later.


GoForward()()()()

Loads the next location in the back-forward list.

Original signature is '- (BOOL)goForward'

Available in Mac OS X v10.2 with Safari 1.0 and later.


GoForward(Id)

An action method that loads the next location in the back-forward list.

Original signature is '- (void)goForward:(id)sender'

Available in Mac OS X v10.2 with Safari 1.0 and later.


GoToBackForwardItem(WebHistoryItem)

Loads a specific location from the back-forward list and sets it as the current item.

Original signature is '- (BOOL)goToBackForwardItem:(WebHistoryItem *)item'

Available in Mac OS X v10.2 with Safari 1.0 and later.


GroupName

Returns the receiver’s group name.

Original signature is '- (NSString *)groupName'

Available in Mac OS X v10.2 with Safari 1.0 and later.


GState

Returns the identifier for the receiver’s graphics state object, or 0 if the receiver doesn’t have a graphics state object.

Original signature is '- (NSInteger)gState'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
Hash

Returns an integer that can be used as a table address in a hash table structure. (required)

Original signature is '- (NSUInteger)hash'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
HeightAdjustLimit

Returns the fraction (from 0.0 to 1.0) of the page that can be pushed onto the next page during automatic pagination to prevent items such as lines of text from being divided across pages.

Original signature is '- (CGFloat)heightAdjustLimit'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
HelpRequested(NSEvent)

Displays context-sensitive help for the receiver if such exists; otherwise passes this message to the next responder.

Original signature is '- (void)helpRequested:(NSEvent *)theEvent'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
HitTest(NSPoint)

Returns the farthest descendant of the receiver in the view hierarchy (including itself) that contains a specified point, or nil if that point lies completely outside the receiver.

Original signature is '- (NSView *)hitTest:(NSPoint)aPoint'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
HostWindow

Returns the receiver’s host window.

Original signature is '- (NSWindow *)hostWindow'

Available in Mac OS X v10.2 with Safari 1.0 and later.


Indent(Id)

Implemented by subclasses to indent the selection or the insertion point if there is no selection.

Original signature is '- (void)indent:(id)sender'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
InfoForBinding(NSString)

Returns a dictionary describing the receiver’s binding.

Original signature is '- (NSDictionary *)infoForBinding:(NSString *)binding'

Available in Mac OS X v10.4 and later.

(Inherited from NSObject.)
Init()()()()

Implemented by subclasses to initialize a new object (the receiver) immediately after memory for it has been allocated.

Original signature is '- (id)init'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
InitWithCoder(NSCoder)

Returns an object initialized from data in a given unarchiver. (required)

Original signature is '- (id)initWithCoder:(NSCoder *)decoder'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
InitWithFrame(NSRect)

Initializes and returns a newly allocated NSView object with a specified frame rectangle.

Original signature is '- (id)initWithFrame:(NSRect)frameRect'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
InitWithFrameFrameNameGroupName(NSRect, NSString, NSString)

Initializes the receiver with a frame rectangle, frame name, and group name.

Original signature is '- (id)initWithFrame:(NSRect)frameRect frameName:(NSString *)frameName groupName:(NSString *)groupName'

Available in Mac OS X v10.2 with Safari 1.0 and later.


InLiveResize

A convenience method, expected to be called from drawRect:, to assist in decisions about optimized drawing.

Original signature is '- (BOOL)inLiveResize'

Available in Mac OS X v10.1 and later.

(Inherited from NSView.)
InputContext

Returns the text input context object for the receiver.

Original signature is '- (NSTextInputContext *)inputContext'

Available in Mac OS X v10.6 and later.

(Inherited from NSView.)
InsertBacktab(Id)

Implemented by subclasses to handle a backward tab.

Original signature is '- (void)insertBacktab:(id)sender'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
InsertContainerBreak(Id)

Implemented by subclasses to insert a container break (typically a page break) at the insertion point or selection, deleting the selection if there is one.

Original signature is '- (void)insertContainerBreak:(id)sender'

Available in Mac OS X v10.4 and later.

(Inherited from NSResponder.)
InsertDoubleQuoteIgnoringSubstitution(Id)

Implemented by subclasses to insert a double quote character at the insertion point without interference by automatic quote correction.

Original signature is '- (void)insertDoubleQuoteIgnoringSubstitution:(id)sender'

Available in Mac OS X v10.6 and later.

(Inherited from NSResponder.)
InsertLineBreak(Id)

Implemented by subclasses to insert a line break (as distinguished from a paragraph break) at the insertion point or selection, deleting the selection if there is one.

Original signature is '- (void)insertLineBreak:(id)sender'

Available in Mac OS X v10.4 and later.

(Inherited from NSResponder.)
InsertNewline(Id)

Implemented by subclasses to insert a newline character at the insertion point or selection, deleting the selection if there is one, or to end editing if the receiver is a text field or other field editor.

Original signature is '- (void)insertNewline:(id)sender'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
InsertNewlineIgnoringFieldEditor(Id)

Implemented by subclasses to insert a line-break character at the insertion point or selection, deleting the selection if there is one.

Original signature is '- (void)insertNewlineIgnoringFieldEditor:(id)sender'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
InsertParagraphSeparator(Id)

Implemented by subclasses to insert a paragraph separator at the insertion point or selection, deleting the selection if there is one.

Original signature is '- (void)insertParagraphSeparator:(id)sender'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
InsertSingleQuoteIgnoringSubstitution(Id)

Implemented by subclasses to insert a single quote character at the insertion point without interference by automatic quote correction.

Original signature is '- (void)insertSingleQuoteIgnoringSubstitution:(id)sender'

Available in Mac OS X v10.6 and later.

(Inherited from NSResponder.)
InsertTab(Id)

Implemented by subclasses to insert a tab character at the insertion point or selection, deleting the selection if there is one, or to end editing if the receiver is a text field or other field editor.

Original signature is '- (void)insertTab:(id)sender'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
InsertTabIgnoringFieldEditor(Id)

Implemented by subclasses to insert a tab character at the insertion point or selection, deleting the selection if there is one.

Original signature is '- (void)insertTabIgnoringFieldEditor:(id)sender'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
InsertText(Id)

Overridden by subclasses to insert the supplied string at the insertion point or selection, deleting the selection if there is one.

Original signature is '- (void)insertText:(id)aString'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
InsertValueAtIndexInPropertyWithKey(Id, NSUInteger, NSString)

Inserts an object at the specified index in the collection specified by the passed key.

Original signature is '- (void)insertValue:(id)value atIndex:(NSUInteger)index inPropertyWithKey:(NSString *)key'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
InsertValueInPropertyWithKey(Id, NSString)

Inserts an object in the collection specified by the passed key.

Original signature is '- (void)insertValue:(id)value inPropertyWithKey:(NSString *)key'

Available in Mac OS X v10.2 and later.

(Inherited from NSObject.)
InterfaceStyle

Returns the receiver’s interface style.

Original signature is '- (NSInterfaceStyle)interfaceStyle'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
InterpretKeyEvents(NSArray)

Invoked by subclasses from their keyDown: method to handle a series of key events.

Original signature is '- (void)interpretKeyEvents:(NSArray *)eventArray'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
InverseForRelationshipKey(NSString)

For a given key that defines the name of the relationship from the receiver’s class to another class, returns the name of the relationship from the other class to the receiver’s class.

Original signature is '- (NSString *)inverseForRelationshipKey:(NSString *)relationshipKey'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
Invoke(Delegate, array<Object>[]()[][])

Executes the delegate on the main thread that this object executes on.

NB: Assumption is made that Objective-C controls have been created on the Main Thread.

(Inherited from NSResponder.)
InvokeRequired

Gets a value indicating whether the caller must call Invoke(Delegate, array<Object>[]()[][]) when calling an object that implements this interface.

NB: Assumption is made that Objective-C controls have been created on the Main Thread.

(Inherited from NSResponder.)
IsContinuousSpellCheckingEnabled

Returns whether the web view has continuous spell-checking enabled.

Original signature is '- (BOOL)isContinuousSpellCheckingEnabled'

Available in Mac OS X v10.3.9 and later.


IsDescendantOf(NSView)

Returns YES if the receiver is a subview of a given view or if it’s identical to that view; otherwise, it returns NO.

Original signature is '- (BOOL)isDescendantOf:(NSView *)aView'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
IsEditable

Returns whether the user is allowed to edit the document.

Original signature is '- (BOOL)isEditable'

Available in Mac OS X v10.3.9 and later.


IsEqual(Id)

Returns a Boolean value that indicates whether the receiver and a given object are equal. (required)

Original signature is '- (BOOL)isEqual:(id)anObject'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
IsFlipped

Returns YES if the receiver uses flipped drawing coordinates or NO if it uses native coordinates.

Original signature is '- (BOOL)isFlipped'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
IsHidden

Returns whether the receiver is marked as hidden.

Original signature is '- (BOOL)isHidden'

Available in Mac OS X v10.3 and later.

(Inherited from NSView.)
IsHiddenOrHasHiddenAncestor

Returns YES if the receiver is marked as hidden or has an ancestor in the view hierarchy that is marked as hidden; returns NO otherwise.

Original signature is '- (BOOL)isHiddenOrHasHiddenAncestor'

Available in Mac OS X v10.3 and later.

(Inherited from NSView.)
IsInFullScreenMode

Returns whether the view is in full screen mode.

Original signature is '- (BOOL)isInFullScreenMode'

Available in Mac OS X v10.5 and later.

(Inherited from NSView.)
IsKindOfClass(Class)

Returns a Boolean value that indicates whether the receiver is an instance of given class or an instance of any class that inherits from that class. (required)

Original signature is '- (BOOL)isKindOfClass:(Class)aClass'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
IsLoading

Returns whether the web view is loading content.

Original signature is '- (BOOL)isLoading'

Available in Mac OS X v10.4.11 and later.


IsMemberOfClass(Class)

Returns a Boolean value that indicates whether the receiver is an instance of a given class. (required)

Original signature is '- (BOOL)isMemberOfClass:(Class)aClass'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
IsOpaque

Overridden by subclasses to return YES if the receiver is opaque, NO otherwise.

Original signature is '- (BOOL)isOpaque'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
IsProxy

Returns a Boolean value that indicates whether the receiver does not descend from NSObject. (required)

Original signature is '- (BOOL)isProxy'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
IsRotatedFromBase

Returns YES if the receiver or any of its ancestors has ever received a setFrameRotation: or setBoundsRotation: message; otherwise returns NO.

Original signature is '- (BOOL)isRotatedFromBase'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
IsRotatedOrScaledFromBase

Returns YES if the receiver or any of its ancestors has ever had a nonzero frame or bounds rotation, or has been scaled from the window’s base coordinate system; otherwise returns NO.

Original signature is '- (BOOL)isRotatedOrScaledFromBase'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
KeyDown(NSEvent)

Informs the receiver that the user has pressed a key.

Original signature is '- (void)keyDown:(NSEvent *)theEvent'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
KeyUp(NSEvent)

Informs the receiver that the user has released a key.

Original signature is '- (void)keyUp:(NSEvent *)theEvent'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
KnowsPageRange(NSRange%)

Returns YES if the receiver handles page boundaries, NO otherwise.

Original signature is '- (BOOL)knowsPageRange:(NSRangePointer)aRange'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
Layer

Returns the Core Animation layer that the receiver uses as its backing store.

Original signature is '- (CALayer *)layer'

Available in Mac OS X v10.5 and later.

(Inherited from NSView.)
LayerContentsPlacement

Returns the current layer contents placement policy.

Original signature is '- (NSViewLayerContentsPlacement)layerContentsPlacement'

Available in Mac OS X v10.6 and later.

(Inherited from NSView.)
LayerContentsRedrawPolicy

Returns the view’s layer contents redraw policy.

Original signature is '- (NSViewLayerContentsRedrawPolicy)layerContentsRedrawPolicy'

Available in Mac OS X v10.6 and later.

(Inherited from NSView.)
LocationOfPrintRect(NSRect)

Invoked by print: to determine the location of the region of the receiver being printed on the physical page.

Original signature is '- (NSPoint)locationOfPrintRect:(NSRect)aRect'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
LockFocus()()()()

Locks the focus on the receiver, so subsequent commands take effect in the receiver’s window and coordinate system.

Original signature is '- (void)lockFocus'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
LockFocusIfCanDraw

Locks the focus to the receiver atomically if the canDraw method returns YES and returns the value of canDraw.

Original signature is '- (BOOL)lockFocusIfCanDraw'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
LockFocusIfCanDrawInContext(NSGraphicsContext)

Locks the focus to the receiver atomically if drawing can occur in the specified graphics context.

Original signature is '- (BOOL)lockFocusIfCanDrawInContext:(NSGraphicsContext *)context'

Available in Mac OS X v10.4 and later.

(Inherited from NSView.)
LowercaseWord(Id)

Implemented by subclasses to make lowercase every letter in the word or words surrounding the insertion point or selection, expanding the selection if necessary.

Original signature is '- (void)lowercaseWord:(id)sender'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
MagnifyWithEvent(NSEvent)

Informs the receiver that the user has begun a pinch gesture.

Original signature is '- (void)magnifyWithEvent:(NSEvent *)event'

Available in Mac OS X v10.6 and later.

(Inherited from NSResponder.)
MainFrame

Returns the main frame, the root of the web frame hierarchy for this page.

Original signature is '- (WebFrame *)mainFrame'

Available in Mac OS X v10.2 with Safari 1.0 and later.


MainFrameDocument

Returns the DOM document for the main frame.

Original signature is '- (DOMDocument *)mainFrameDocument'

Available in Mac OS X v10.4.11 and later.


MainFrameIcon

Returns the site’s favicon.

Original signature is '- (NSImage *)mainFrameIcon'

Available in Mac OS X v10.4.11 and later.


MainFrameTitle

Returns the HTML title of the loaded page.

Original signature is '- (NSString *)mainFrameTitle'

Available in Mac OS X v10.4.11 and later.


MainFrameURL

Returns the URL that the main frame loads.

Original signature is '- (NSString *)mainFrameURL'

Available in Mac OS X v10.4.11 and later.


MaintainsInactiveSelection

Returns whether the selection is maintained when focus is lost.

Original signature is '- (BOOL)maintainsInactiveSelection'

Available in Mac OS X v10.4.11 and later.


MakeBackingLayer

Creates the view’s backing layer.

Original signature is '- (CALayer *)makeBackingLayer'

Available in Mac OS X v10.6 and later.

(Inherited from NSView.)
MakeBaseWritingDirectionLeftToRight(Id)

Sets the paragraph base writing direction to be left to right.

Original signature is '- (void)makeBaseWritingDirectionLeftToRight:(id)sender'

Available in Mac OS X v10.6 and later.

(Inherited from NSResponder.)
MakeBaseWritingDirectionNatural(Id)

Sets the paragraph base writing direction to be natural.

Original signature is '- (void)makeBaseWritingDirectionNatural:(id)sender'

Available in Mac OS X v10.6 and later.

(Inherited from NSResponder.)
MakeBaseWritingDirectionRightToLeft(Id)

Sets the paragraph base writing direction to be right to left.

Original signature is '- (void)makeBaseWritingDirectionRightToLeft:(id)sender'

Available in Mac OS X v10.6 and later.

(Inherited from NSResponder.)
MakeTextLarger(Id)

Action method that increases the text size by one unit.

Original signature is '- (void)makeTextLarger:(id)sender'

Available in Mac OS X v10.2 with Safari 1.0 and later.


MakeTextSmaller(Id)

Action method that reduces the text size by one unit.

Original signature is '- (void)makeTextSmaller:(id)sender'

Available in Mac OS X v10.2 with Safari 1.0 and later.


MakeTextStandardSize(Id)

Resets the text size to a multiple of 1.

Original signature is '- (void)makeTextStandardSize:(id)sender'

Available in Mac OS X v10.4.11 and later.


MakeTextWritingDirectionLeftToRight(Id)

Sets the character level attributed string direction attribute for left to right text.

Original signature is '- (void)makeTextWritingDirectionLeftToRight:(id)sender'

Available in Mac OS X v10.6 and later.

(Inherited from NSResponder.)
MakeTextWritingDirectionNatural(Id)

Removes the character-level writing direction attribute

Original signature is '- (void)makeTextWritingDirectionNatural:(id)sender'

Available in Mac OS X v10.6 and later.

(Inherited from NSResponder.)
MakeTextWritingDirectionRightToLeft(Id)

Sets the character-level writing direction attribute to a single right-to-left embedding.

Original signature is '- (void)makeTextWritingDirectionRightToLeft:(id)sender'

Available in Mac OS X v10.6 and later.

(Inherited from NSResponder.)
MediaStyle

Returns the receiver’s CSS media property.

Original signature is '- (NSString *)mediaStyle'

Available in Mac OS X v10.3.9 and later.


MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Menu

Returns the receiver’s menu.

Original signature is '- (NSMenu *)menu'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
MenuForEvent(NSEvent)

Overridden by subclasses to return a context-sensitive pop-up menu for a given mouse-down event.

Original signature is '- (NSMenu *)menuForEvent:(NSEvent *)theEvent'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
MethodForSelector(IntPtr)

Locates and returns the address of the receiver’s implementation of a method so it can be called as a function.

Original signature is '- (IMP)methodForSelector:(SEL)aSelector'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
MethodSignatureForSelector(IntPtr)

Returns an NSMethodSignature object that contains a description of the method identified by a given selector.

Original signature is '- (NSMethodSignature *)methodSignatureForSelector:(SEL)aSelector'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
MIMETypesShownAsHTML

Returns a list of MIME types that WebKit renders as HTML.

Original signature is '+ (NSArray *)MIMETypesShownAsHTML'

Available in Mac OS X v10.3.9 and later.


MouseDown(NSEvent)

Informs the receiver that the user has pressed the left mouse button.

Original signature is '- (void)mouseDown:(NSEvent *)theEvent'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
MouseDownCanMoveWindow

Returns YES if the receiver does not need to handle a mouse down and can pass it through to superviews; NO if it needs to handle the mouse down.

Original signature is '- (BOOL)mouseDownCanMoveWindow'

Available in Mac OS X v10.2 and later.

(Inherited from NSView.)
MouseDragged(NSEvent)

Informs the receiver that the user has moved the mouse with the left button pressed.

Original signature is '- (void)mouseDragged:(NSEvent *)theEvent'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
MouseEntered(NSEvent)

Informs the receiver that the cursor has entered a tracking rectangle.

Original signature is '- (void)mouseEntered:(NSEvent *)theEvent'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
MouseExited(NSEvent)

Informs the receiver that the cursor has exited a tracking rectangle.

Original signature is '- (void)mouseExited:(NSEvent *)theEvent'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
MouseInRect(NSPoint, NSRect)

Returns whether a region of the receiver contains a specified point, accounting for whether the receiver is flipped or not.

Original signature is '- (BOOL)mouse:(NSPoint)aPoint inRect:(NSRect)aRect'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
MouseMoved(NSEvent)

Informs the receiver that the mouse has moved.

Original signature is '- (void)mouseMoved:(NSEvent *)theEvent'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
MouseUp(NSEvent)

Informs the receiver that the user has released the left mouse button.

Original signature is '- (void)mouseUp:(NSEvent *)theEvent'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
MoveBackward(Id)

Implemented by subclasses to move the selection or insertion point one element or character backward.

Original signature is '- (void)moveBackward:(id)sender'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
MoveBackwardAndModifySelection(Id)

Implemented by subclasses to expand or reduce either end of the selection backward by one element or character.

Original signature is '- (void)moveBackwardAndModifySelection:(id)sender'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
MoveDown(Id)

Implemented by subclasses to move the selection or insertion point one element or character down.

Original signature is '- (void)moveDown:(id)sender'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
MoveDownAndModifySelection(Id)

Implemented by subclasses to expand or reduce the top or bottom end of the selection downward by one element, character, or line (whichever is appropriate for text direction).

Original signature is '- (void)moveDownAndModifySelection:(id)sender'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
MoveDragCaretToPoint(NSPoint)

Moves the drag caret that indicates the destination of a drag operation to a given point.

Original signature is '- (void)moveDragCaretToPoint:(NSPoint)point'

Available in Mac OS X v10.3.9 and later.


MoveForward(Id)

Implemented by subclasses to move the selection or insertion point one element or character forward.

Original signature is '- (void)moveForward:(id)sender'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
MoveForwardAndModifySelection(Id)

Implemented by subclasses to expand or reduce either end of the selection forward by one element or character.

Original signature is '- (void)moveForwardAndModifySelection:(id)sender'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
MoveLeft(Id)

Implemented by subclasses to move the selection or insertion point one element or character to the left.

Original signature is '- (void)moveLeft:(id)sender'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
MoveLeftAndModifySelection(Id)

Implemented by subclasses to expand or reduce either end of the selection to the left (display order) by one element or character.

Original signature is '- (void)moveLeftAndModifySelection:(id)sender'

Available in Mac OS X v10.3 and later.

(Inherited from NSResponder.)
MoveParagraphBackwardAndModifySelection(Id)

Implemented by subclasses to move the selection or insertion point to the beginning of the previous paragraph, expanding or reducing the current selection.

Original signature is '- (void)moveParagraphBackwardAndModifySelection:(id)sender'

Available in Mac OS X v10.6 and later.

(Inherited from NSResponder.)
MoveParagraphForwardAndModifySelection(Id)

Implemented by subclasses to move the selection or insertion point to the beginning of the next paragraph, expanding or reducing the current selection.

Original signature is '- (void)moveParagraphForwardAndModifySelection:(id)sender'

Available in Mac OS X v10.6 and later.

(Inherited from NSResponder.)
MoveRight(Id)

Implemented by subclasses to move the selection or insertion point one element or character to the right.

Original signature is '- (void)moveRight:(id)sender'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
MoveRightAndModifySelection(Id)

Implemented by subclasses to expand or reduce either end of the selection to the right (display order) by one element or character.

Original signature is '- (void)moveRightAndModifySelection:(id)sender'

Available in Mac OS X v10.3 and later.

(Inherited from NSResponder.)
MoveToBeginningOfDocument(Id)

Implemented by subclasses to move the selection to the first element of the document or the insertion point to the beginning.

Original signature is '- (void)moveToBeginningOfDocument:(id)sender'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
MoveToBeginningOfDocumentAndModifySelection(Id)

Implemented by subclasses to move the selection or insertion point to the beginning of the document, expanding or reducing the current selection.

Original signature is '- (void)moveToBeginningOfDocumentAndModifySelection:(id)sender'

Available in Mac OS X v10.6 and later.

(Inherited from NSResponder.)
MoveToBeginningOfLine(Id)

Implemented by subclasses to move the selection to the first element of the selected line or the insertion point to the beginning of the line.

Original signature is '- (void)moveToBeginningOfLine:(id)sender'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
MoveToBeginningOfLineAndModifySelection(Id)

Implemented by subclasses to move the selection or insertion point to the beginning of the line, expanding or reducing the current selection.

Original signature is '- (void)moveToBeginningOfLineAndModifySelection:(id)sender'

Available in Mac OS X v10.6 and later.

(Inherited from NSResponder.)
MoveToBeginningOfParagraph(Id)

Implemented by subclasses to move the insertion point to the beginning of the selected paragraph.

Original signature is '- (void)moveToBeginningOfParagraph:(id)sender'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
MoveToBeginningOfParagraphAndModifySelection(Id)

Implemented by subclasses to move the selection or insertion point to the beginning of the current paragraph, expanding or reducing the current selection.

Original signature is '- (void)moveToBeginningOfParagraphAndModifySelection:(id)sender'

Available in Mac OS X v10.6 and later.

(Inherited from NSResponder.)
MoveToBeginningOfSentence(Id)

Moves the insertion point to the beginning of the current sentence.

Original signature is '- (void)moveToBeginningOfSentence:(id)sender'

Available in Mac OS X v10.4.11 and later.


MoveToBeginningOfSentenceAndModifySelection(Id)

Moves the insertion point and extends the selection to the beginning of the current sentence.

Original signature is '- (void)moveToBeginningOfSentenceAndModifySelection:(id)sender'

Available in Mac OS X v10.4.11 and later.


MoveToEndOfDocument(Id)

Implemented by subclasses to move the selection to the last element of the document or the insertion point to the end.

Original signature is '- (void)moveToEndOfDocument:(id)sender'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
MoveToEndOfDocumentAndModifySelection(Id)

Implemented by subclasses to move the selection or insertion point to the end of the document, expanding or reducing the current selection.

Original signature is '- (void)moveToEndOfDocumentAndModifySelection:(id)sender'

Available in Mac OS X v10.6 and later.

(Inherited from NSResponder.)
MoveToEndOfLine(Id)

Implemented by subclasses to move the selection to the last element of the selected line or the insertion point to the end of the line.

Original signature is '- (void)moveToEndOfLine:(id)sender'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
MoveToEndOfLineAndModifySelection(Id)

Implemented by subclasses to move the selection or insertion point to the end of the line, expanding or reducing the current selection.

Original signature is '- (void)moveToEndOfLineAndModifySelection:(id)sender'

Available in Mac OS X v10.6 and later.

(Inherited from NSResponder.)
MoveToEndOfParagraph(Id)

Implemented by subclasses to move the insertion point to the end of the selected paragraph.

Original signature is '- (void)moveToEndOfParagraph:(id)sender'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
MoveToEndOfParagraphAndModifySelection(Id)

Implemented by subclasses to move the selection or insertion point to the end of the current paragraph, expanding or reducing the current selection.

Original signature is '- (void)moveToEndOfParagraphAndModifySelection:(id)sender'

Available in Mac OS X v10.6 and later.

(Inherited from NSResponder.)
MoveToEndOfSentence(Id)

Moves the insertion point to the end of the current sentence.

Original signature is '- (void)moveToEndOfSentence:(id)sender'

Available in Mac OS X v10.4.11 and later.


MoveToEndOfSentenceAndModifySelection(Id)

Moves the insertion point and extends the selection to the end of the current sentence.

Original signature is '- (void)moveToEndOfSentenceAndModifySelection:(id)sender'

Available in Mac OS X v10.4.11 and later.


MoveToLeftEndOfLine(Id)

Implemented by subclasses to move the selection or insertion point to the left end of the line.

Original signature is '- (void)moveToLeftEndOfLine:(id)sender'

Available in Mac OS X v10.6 and later.

(Inherited from NSResponder.)
MoveToLeftEndOfLineAndModifySelection(Id)

Implemented by subclasses to move the selection or insertion point to the left end of the line, expanding or contracting the selection as required.

Original signature is '- (void)moveToLeftEndOfLineAndModifySelection:(id)sender'

Available in Mac OS X v10.6 and later.

(Inherited from NSResponder.)
MoveToRightEndOfLine(Id)

Implemented by subclasses to move the selection or insertion point to the right end of the line

Original signature is '- (void)moveToRightEndOfLine:(id)sender'

Available in Mac OS X v10.6 and later.

(Inherited from NSResponder.)
MoveToRightEndOfLineAndModifySelection(Id)

Implemented by subclasses to move the selection or insertion point to the right end of the line, expanding or contracting the selection as required.

Original signature is '- (void)moveToRightEndOfLineAndModifySelection:(id)sender'

Available in Mac OS X v10.6 and later.

(Inherited from NSResponder.)
MoveUp(Id)

Implemented by subclasses to move the selection or insertion point one element or character up.

Original signature is '- (void)moveUp:(id)sender'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
MoveUpAndModifySelection(Id)

Implemented by subclasses to expand or reduce the top or bottom end of the selection upward by one element, character, or line (whichever is appropriate for text direction).

Original signature is '- (void)moveUpAndModifySelection:(id)sender'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
MoveWordBackward(Id)

Implemented by subclasses to move the selection or insertion point one word backward.

Original signature is '- (void)moveWordBackward:(id)sender'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
MoveWordBackwardAndModifySelection(Id)

Implemented by subclasses to expand or reduce either end of the selection backward by one whole word.

Original signature is '- (void)moveWordBackwardAndModifySelection:(id)sender'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
MoveWordForward(Id)

Implemented by subclasses to move the selection or insertion point one word forward, in logical order.

Original signature is '- (void)moveWordForward:(id)sender'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
MoveWordForwardAndModifySelection(Id)

Implemented by subclasses to expand or reduce either end of the selection forward by one whole word.

Original signature is '- (void)moveWordForwardAndModifySelection:(id)sender'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
MoveWordLeft(Id)

Implemented by subclasses to move the selection or insertion point one word to the left, in display order.

Original signature is '- (void)moveWordLeft:(id)sender'

Available in Mac OS X v10.3 and later.

(Inherited from NSResponder.)
MoveWordLeftAndModifySelection(Id)

Implemented by subclasses to expand or reduce either end of the selection left by one whole word in display order.

Original signature is '- (void)moveWordLeftAndModifySelection:(id)sender'

Available in Mac OS X v10.3 and later.

(Inherited from NSResponder.)
MoveWordRight(Id)

Implemented by subclasses to move the selection or insertion point one word right.

Original signature is '- (void)moveWordRight:(id)sender'

Available in Mac OS X v10.3 and later.

(Inherited from NSResponder.)
MoveWordRightAndModifySelection(Id)

Implemented by subclasses to expand or reduce either end of the selection to the right by one whole word.

Original signature is '- (void)moveWordRightAndModifySelection:(id)sender'

Available in Mac OS X v10.3 and later.

(Inherited from NSResponder.)
MutableArrayValueForKey(NSString)

Returns a mutable array proxy that provides read-write access to an ordered to-many relationship specified by a given key.

Original signature is '- (NSMutableArray *)mutableArrayValueForKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
MutableArrayValueForKeyPath(NSString)

Returns a mutable array that provides read-write access to the ordered to-many relationship specified by a given key path.

Original signature is '- (NSMutableArray *)mutableArrayValueForKeyPath:(NSString *)keyPath'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
MutableCopy()()()()

Returns the object returned by mutableCopyWithZone: where the zone is nil.

Original signature is '- (id)mutableCopy'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
MutableSetValueForKey(NSString)

Returns a mutable set proxy that provides read-write access to the unordered to-many relationship specified by a given key.

Original signature is '- (NSMutableSet *)mutableSetValueForKey:(NSString *)key'

Available in Mac OS X v10.4 and later.

(Inherited from NSObject.)
MutableSetValueForKeyPath(NSString)

Returns a mutable set that provides read-write access to the unordered to-many relationship specified by a given key path.

Original signature is '- (NSMutableSet *)mutableSetValueForKeyPath:(NSString *)keyPath'

Available in Mac OS X v10.4 and later.

(Inherited from NSObject.)
NativePointer
Gets or sets the native pointer.
(Inherited from Id.)
NeedsDisplay

Returns YES if the receiver needs to be displayed, as indicated using setNeedsDisplay: and setNeedsDisplayInRect:; returns NO otherwise.

Original signature is '- (BOOL)needsDisplay'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
NeedsPanelToBecomeKey

Overridden by subclasses to determine if the receiver requires its panel, which might otherwise avoid becoming key, to become the key window so that it can handle keyboard input and navigation.

Original signature is '- (BOOL)needsPanelToBecomeKey'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
NeedsToDrawRect(NSRect)

Returns whether the specified rectangle intersects any part of the area that the receiver is being asked to draw.

Original signature is '- (BOOL)needsToDrawRect:(NSRect)aRect'

Available in Mac OS X v10.3 and later.

(Inherited from NSView.)
NewScriptingObjectOfClassForValueForKeyWithContentsValueProperties(Class, NSString, Id, NSDictionary)

Creates and returns an instance of a scriptable class, setting its contents and properties, for insertion into the relationship identified by the key.

Original signature is '- (id)newScriptingObjectOfClass:(Class)class forValueForKey:(NSString *)key withContentsValue:(id)contentsValue properties:(NSDictionary *)properties'

Available in Mac OS X v10.5 and later.

(Inherited from NSObject.)
NextKeyView

Returns the view object following the receiver in the key view loop.

Original signature is '- (NSView *)nextKeyView'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
NextResponder

Returns the receiver’s next responder, or nil if it has none.

Original signature is '- (NSResponder *)nextResponder'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
NextValidKeyView

Returns the closest view object in the key view loop that follows the receiver and accepts first responder status.

Original signature is '- (NSView *)nextValidKeyView'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
NoResponderFor(IntPtr)

Handles the case where an event or action message falls off the end of the responder chain.

Original signature is '- (void)noResponderFor:(SEL)eventSelector'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
ObservationInfo

Returns a pointer that identifies information about all of the observers that are registered with the receiver.

Original signature is '- (void *)observationInfo'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
ObserveValueForKeyPathOfObjectChangeContext(NSString, Id, NSDictionary, IntPtr)

This message is sent to the receiver when the value at the specified key path relative to the given object has changed.

Original signature is '- (void)observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object change:(NSDictionary *)change context:(void *)context'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
OpaqueAncestor

Returns the receiver’s closest opaque ancestor (including the receiver itself).

Original signature is '- (NSView *)opaqueAncestor'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
OptionDescriptionsForBinding(NSString)

Returns an array describing the options for the specified binding.

Original signature is '- (NSArray *)optionDescriptionsForBinding:(NSString *)binding'

Available in Mac OS X v10.5 and later.

(Inherited from NSObject.)
OtherMouseDown(NSEvent)

Informs the receiver that the user has pressed a mouse button other than the left or right one.

Original signature is '- (void)otherMouseDown:(NSEvent *)theEvent'

Available in Mac OS X v10.1 and later.

(Inherited from NSResponder.)
OtherMouseDragged(NSEvent)

Informs the receiver that the user has moved the mouse with a button other than the left or right button pressed.

Original signature is '- (void)otherMouseDragged:(NSEvent *)theEvent'

Available in Mac OS X v10.1 and later.

(Inherited from NSResponder.)
OtherMouseUp(NSEvent)

Informs the receiver that the user has released a mouse button other than the left or right button.

Original signature is '- (void)otherMouseUp:(NSEvent *)theEvent'

Available in Mac OS X v10.1 and later.

(Inherited from NSResponder.)
PageDown(Id)

Implemented by subclasses to scroll the receiver down (or back) one page in its scroll view, also moving the insertion point to the top of the newly displayed page.

Original signature is '- (void)pageDown:(id)sender'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
PageDownAndModifySelection(Id)

Implemented by subclasses to scroll the receiver down (or back) one page in its scroll view, also moving the insertion point to the top of the newly displayed page. The selection is expanded or contracted as required.

Original signature is '- (void)pageDownAndModifySelection:(id)sender'

Available in Mac OS X v10.6 and later.

(Inherited from NSResponder.)
PageFooter

Returns a default footer string that includes the current page number and page count.

Original signature is '- (NSAttributedString *)pageFooter'

Available in Mac OS X v10.4 and later.

(Inherited from NSView.)
PageHeader

Returns a default header string that includes the print job title and date.

Original signature is '- (NSAttributedString *)pageHeader'

Available in Mac OS X v10.4 and later.

(Inherited from NSView.)
PageUp(Id)

Implemented by subclasses to scroll the receiver up (or forward) one page in its scroll view, also moving the insertion point to the top of the newly displayed page.

Original signature is '- (void)pageUp:(id)sender'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
PageUpAndModifySelection(Id)

Implemented by subclasses to scroll the receiver up (or forward) one page in its scroll view, also moving the insertion point to the top of the newly displayed page. The selection is expanded or contracted as necessary.

Original signature is '- (void)pageUpAndModifySelection:(id)sender'

Available in Mac OS X v10.6 and later.

(Inherited from NSResponder.)
Paste(Id)

An action method that pastes content from the pasteboard at the insertion point or over the selection.

Original signature is '- (void)paste:(id)sender'

Available in Mac OS X v10.3.9 and later.


PasteAsPlainText(Id)

An action method that pastes pasteboard content as plain text.

Original signature is '- (void)pasteAsPlainText:(id)sender'

Available in Mac OS X v10.3.9 and later.


PasteAsRichText(Id)

An action method that pastes pasteboard content into the receiver as rich text, maintaining its attributes.

Original signature is '- (void)pasteAsRichText:(id)sender'

Available in Mac OS X v10.3.9 and later.


PasteboardTypesForElement(NSDictionary)

Returns an array of pasteboard types for an element.

Original signature is '- (NSArray *)pasteboardTypesForElement:(NSDictionary *)element'

Available in Mac OS X v10.3.9 and later.


PasteboardTypesForSelection

Returns an array of pasteboard types that can be used for the current selection of the receiver.

Original signature is '- (NSArray *)pasteboardTypesForSelection'

Available in Mac OS X v10.3.9 and later.


PasteFont(Id)

An action method that pastes font information from the font pasteboard.

Original signature is '- (void)pasteFont:(id)sender'

Available in Mac OS X v10.3.9 and later.


PerformFindPanelAction(Id)

An action method that opens the Find menu and Find panel.

Original signature is '- (void)performFindPanelAction:(id)sender'

Available in Mac OS X v10.3.9 and later.


PerformKeyEquivalent(NSEvent)

Overridden by subclasses to handle a key equivalent.

Original signature is '- (BOOL)performKeyEquivalent:(NSEvent *)theEvent'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
PerformMnemonic(NSString)

Overridden by subclasses to handle a mnemonic.

Original signature is '- (BOOL)performMnemonic:(NSString *)aString'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
PerformSelector(IntPtr)

Sends a specified message to the receiver and returns the result of the message. (required)

Original signature is '- (id)performSelector:(SEL)aSelector'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
PerformSelectorInBackgroundWithObject(IntPtr, Id)

Invokes a method of the receiver on a new background thread.

Original signature is '- (void)performSelectorInBackground:(SEL)aSelector withObject:(id)arg'

Available in Mac OS X v10.5 and later.

(Inherited from NSObject.)
PerformSelectorOnMainThreadWithObjectWaitUntilDone(IntPtr, Id, Boolean)

Invokes a method of the receiver on the main thread using the default mode.

Original signature is '- (void)performSelectorOnMainThread:(SEL)aSelector withObject:(id)arg waitUntilDone:(BOOL)wait'

Available in Mac OS X v10.2 and later.

(Inherited from NSObject.)
PerformSelectorOnMainThreadWithObjectWaitUntilDoneModes(IntPtr, Id, Boolean, NSArray)

Invokes a method of the receiver on the main thread using the specified modes.

Original signature is '- (void)performSelectorOnMainThread:(SEL)aSelector withObject:(id)arg waitUntilDone:(BOOL)wait modes:(NSArray *)array'

Available in Mac OS X v10.2 and later.

(Inherited from NSObject.)
PerformSelectorOnThreadWithObjectWaitUntilDone(IntPtr, NSThread, Id, Boolean)

Invokes a method of the receiver on the specified thread using the default mode.

Original signature is '- (void)performSelector:(SEL)aSelector onThread:(NSThread *)thr withObject:(id)arg waitUntilDone:(BOOL)wait'

Available in Mac OS X v10.5 and later.

(Inherited from NSObject.)
PerformSelectorOnThreadWithObjectWaitUntilDoneModes(IntPtr, NSThread, Id, Boolean, NSArray)

Invokes a method of the receiver on the specified thread using the specified modes.

Original signature is '- (void)performSelector:(SEL)aSelector onThread:(NSThread *)thr withObject:(id)arg waitUntilDone:(BOOL)wait modes:(NSArray *)array'

Available in Mac OS X v10.5 and later.

(Inherited from NSObject.)
PerformSelectorWithObject(IntPtr, Id)

Sends a message to the receiver with an object as the argument. (required)

Original signature is '- (id)performSelector:(SEL)aSelector withObject:(id)anObject'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
PerformSelectorWithObjectAfterDelay(IntPtr, Id, Double)

Invokes a method of the receiver on the current thread using the default mode after a delay.

Original signature is '- (void)performSelector:(SEL)aSelector withObject:(id)anArgument afterDelay:(NSTimeInterval)delay'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
PerformSelectorWithObjectAfterDelayInModes(IntPtr, Id, Double, NSArray)

Invokes a method of the receiver on the current thread using the specified modes after a delay.

Original signature is '- (void)performSelector:(SEL)aSelector withObject:(id)anArgument afterDelay:(NSTimeInterval)delay inModes:(NSArray *)modes'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
PerformSelectorWithObjectWithObject(IntPtr, Id, Id)

Sends a message to the receiver with two objects as arguments. (required)

Original signature is '- (id)performSelector:(SEL)aSelector withObject:(id)anObject withObject:(id)anotherObject'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
PolicyDelegate

Returns the receiver's policy delegate.

Original signature is '- (id)policyDelegate'

Available in Mac OS X v10.2 with Safari 1.0 and later.


PostsBoundsChangedNotifications

Returns YES if the receiver posts notifications to the default notification center whenever its bounds rectangle changes; returns NO otherwise.

Original signature is '- (BOOL)postsBoundsChangedNotifications'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
PostsFrameChangedNotifications

Returns YES if the receiver posts notifications to the default notification center whenever its frame rectangle changes; returns NO otherwise.

Original signature is '- (BOOL)postsFrameChangedNotifications'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
Preferences

Returns the receiver’s preferences.

Original signature is '- (WebPreferences *)preferences'

Available in Mac OS X v10.2 with Safari 1.0 and later.


PreferencesIdentifier

Returns the identifier of the receiver’s preferences.

Original signature is '- (NSString *)preferencesIdentifier'

Available in Mac OS X v10.2 with Safari 1.0 and later.


PresentError(NSError)

Presents an error alert to the user as an application-modal dialog.

Original signature is '- (BOOL)presentError:(NSError *)anError'

Available in Mac OS X v10.4 and later.

(Inherited from NSResponder.)
PresentErrorModalForWindowDelegateDidPresentSelectorContextInfo(NSError, NSWindow, Id, IntPtr, IntPtr)

Presents an error alert to the user as a document-modal sheet attached to document window.

Original signature is '- (void)presentError:(NSError *)error modalForWindow:(NSWindow *)aWindow delegate:(id)delegate didPresentSelector:(SEL)didPresentSelector contextInfo:(void *)contextInfo'

Available in Mac OS X v10.4 and later.

(Inherited from NSResponder.)
PreservesContentDuringLiveResize

Returns YES if the view supports the optimization of live-resize operations by preserving content that has not moved; otherwise, returns NO.

Original signature is '- (BOOL)preservesContentDuringLiveResize'

Available in Mac OS X v10.4 and later.

(Inherited from NSView.)
PreviousKeyView

Returns the view object preceding the receiver in the key view loop.

Original signature is '- (NSView *)previousKeyView'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
PreviousValidKeyView

Returns the closest view object in the key view loop that precedes the receiver and accepts first responder status.

Original signature is '- (NSView *)previousValidKeyView'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
Print(Id)

This action method opens the Print panel, and if the user chooses an option other than canceling, prints the receiver and all its subviews to the device specified in the Print panel.

Original signature is '- (void)print:(id)sender'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
PrintJobTitle

Returns the receiver’s print job title.

Original signature is '- (NSString *)printJobTitle'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
RectForPage(NSInteger)

Implemented by subclasses to determine the portion of the receiver to be printed for the page number page.

Original signature is '- (NSRect)rectForPage:(NSInteger)pageNumber'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
RectPreservedDuringLiveResize

Returns the rectangle identifying the portion of your view that did not change during a live resize operation.

Original signature is '- (NSRect)rectPreservedDuringLiveResize'

Available in Mac OS X v10.4 and later.

(Inherited from NSView.)
ReflectScrolledClipView(NSClipView)

Notifies a clip view’s superview that either the clip view’s bounds rectangle or the document view’s frame rectangle has changed, and that any indicators of the scroll position need to be adjusted.

Original signature is '- (void)reflectScrolledClipView:(NSClipView *)aClipView'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
RegisteredDraggedTypes

Returns the array of pasteboard drag types that the view can accept.

Original signature is '- (NSArray *)registeredDraggedTypes'

Available in Mac OS X v10.4 and later.

(Inherited from NSView.)
RegisterForDraggedTypes(NSArray)

Registers the pasteboard types that the receiver will accept as the destination of an image-dragging session.

Original signature is '- (void)registerForDraggedTypes:(NSArray *)newTypes'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
RegisterURLSchemeAsLocal(NSString)

Adds the specified URL scheme to the list of local schemes.

Original signature is '+ (void)registerURLSchemeAsLocal:(NSString *)scheme'

Available in Mac OS X v10.4.11 and later.


RegisterViewClassRepresentationClassForMIMEType(Class, Class, NSString)

Specifies the view and representation objects to be used for specific MIME types.

Original signature is '+ (void)registerViewClass:(Class)viewClass representationClass:(Class)representationClass forMIMEType:(NSString *)MIMEType'

Available in Mac OS X v10.2 with Safari 1.0 and later.


Release()()()()

Decrements the receiver�s reference count.

Original signature is '- (oneway void)release'

Available in Mac OS X v10.0 and later.

(Inherited from Id.)
ReleaseGState()()()()

Frees the receiver’s graphics state object, if it has one.

Original signature is '- (void)releaseGState'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
Reload(Id)

An action method that reloads the current page.

Original signature is '- (void)reload:(id)sender'

Available in Mac OS X v10.2 with Safari 1.0 and later.


ReloadFromOrigin(Id)

Action method that performs an end-to-end revalidation using cache-validating conditionals if possible.

Original signature is '- (void)reloadFromOrigin:(id)sender'

Available in Mac OS X v10.6 and later.


RemoveAllToolTips()()()()

Removes all tool tips assigned to the receiver.

Original signature is '- (void)removeAllToolTips'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
RemoveCursorRectCursor(NSRect, NSCursor)

Completely removes a cursor rectangle from the receiver.

Original signature is '- (void)removeCursorRect:(NSRect)aRect cursor:(NSCursor *)aCursor'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
RemoveDragCaret()()()()

Removes the drag caret that indicates the destination of a drag operation.

Original signature is '- (void)removeDragCaret'

Available in Mac OS X v10.3.9 and later.


RemoveFromSuperview()()()()

Unlinks the receiver from its superview and its window, removes it from the responder chain, and invalidates its cursor rectangles.

Original signature is '- (void)removeFromSuperview'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
RemoveFromSuperviewWithoutNeedingDisplay()()()()

Unlinks the receiver from its superview and its window and removes it from the responder chain, but does not invalidate its cursor rectangles to cause redrawing.

Original signature is '- (void)removeFromSuperviewWithoutNeedingDisplay'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
RemoveObserverForKeyPath(NSObject, NSString)

Stops a given object from receiving change notifications for the property specified by a given key-path relative to the receiver.

Original signature is '- (void)removeObserver:(NSObject *)anObserver forKeyPath:(NSString *)keyPath'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
RemoveToolTip(NSInteger)

Removes the tool tip identified by specified tag.

Original signature is '- (void)removeToolTip:(NSToolTipTag)tag'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
RemoveTrackingArea(NSTrackingArea)

Removes a given tracking area from the receiver.

Original signature is '- (void)removeTrackingArea:(NSTrackingArea *)trackingArea'

Available in Mac OS X v10.5 and later.

(Inherited from NSView.)
RemoveTrackingRect(NSInteger)

Removes the tracking rectangle identified by a tag.

Original signature is '- (void)removeTrackingRect:(NSTrackingRectTag)aTag'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
RemoveValueAtIndexFromPropertyWithKey(NSUInteger, NSString)

Removes the object at the specified index from the collection specified by the passed key.

Original signature is '- (void)removeValueAtIndex:(NSUInteger)index fromPropertyWithKey:(NSString *)key'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
RenewGState()()()()

Invalidates the receiver’s graphics state object, if it has one.

Original signature is '- (void)renewGState'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
ReplacementObjectForArchiver(NSArchiver)

Overridden by subclasses to substitute another object for itself during archiving.

Original signature is '- (id)replacementObjectForArchiver:(NSArchiver *)anArchiver'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ReplacementObjectForCoder(NSCoder)

Overridden by subclasses to substitute another object for itself during encoding.

Original signature is '- (id)replacementObjectForCoder:(NSCoder *)aCoder'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ReplacementObjectForKeyedArchiver(NSKeyedArchiver)

Overridden by subclasses to substitute another object for itself during keyed archiving.

Original signature is '- (id)replacementObjectForKeyedArchiver:(NSKeyedArchiver *)archiver'

Available in Mac OS X v10.2 and later.

(Inherited from NSObject.)
ReplacementObjectForPortCoder(NSPortCoder)

Overridden by subclasses to substitute another object or a copy for itself during distribution encoding.

Original signature is '- (id)replacementObjectForPortCoder:(NSPortCoder *)aCoder'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ReplaceSelectionWithArchive(WebArchive)

Replaces the current selection with an archive's contents.

Original signature is '- (void)replaceSelectionWithArchive:(WebArchive *)archive'

Available in Mac OS X v10.3.9 and later.


ReplaceSelectionWithMarkupString(NSString)

Replaces the current selection with mixed text and markup.

Original signature is '- (void)replaceSelectionWithMarkupString:(NSString *)markupString'

Available in Mac OS X v10.3.9 and later.


ReplaceSelectionWithNode(IntPtr)

Replaces the receiver’s current selection with the specified DOM node.

Original signature is '- (void)replaceSelectionWithNode:(DOMNode *)node'

Available in Mac OS X v10.3.9 and later.


ReplaceSelectionWithText(NSString)

Replaces the current selection with a string of text.

Original signature is '- (void)replaceSelectionWithText:(NSString *)text'

Available in Mac OS X v10.3.9 and later.


ReplaceSubviewWith(NSView, NSView)

Replaces one of the receiver’s subviews with another view.

Original signature is '- (void)replaceSubview:(NSView *)oldView with:(NSView *)newView'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
ReplaceValueAtIndexInPropertyWithKeyWithValue(NSUInteger, NSString, Id)

Replaces the object at the specified index in the collection specified by the passed key.

Original signature is '- (void)replaceValueAtIndex:(NSUInteger)index inPropertyWithKey:(NSString *)key withValue:(id)value'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ResetCursorRects()()()()

Overridden by subclasses to define their default cursor rectangles.

Original signature is '- (void)resetCursorRects'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
ResignFirstResponder()()()()

Notifies the receiver that it’s been asked to relinquish its status as first responder in its window.

Original signature is '- (BOOL)resignFirstResponder'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
ResizeSubviewsWithOldSize(NSSize)

Informs the receiver’s subviews that the receiver’s bounds rectangle size has changed.

Original signature is '- (void)resizeSubviewsWithOldSize:(NSSize)oldBoundsSize'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
ResizeWithOldSuperviewSize(NSSize)

Informs the receiver that the bounds size of its superview has changed.

Original signature is '- (void)resizeWithOldSuperviewSize:(NSSize)oldBoundsSize'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
ResourceLoadDelegate

Returns the receiver’s resource load delegate.

Original signature is '- (id)resourceLoadDelegate'

Available in Mac OS X v10.2 with Safari 1.0 and later.


RespondsToSelector(IntPtr)

Returns a Boolean value that indicates whether the receiver implements or inherits a method that can respond to a specified message. (required)

Original signature is '- (BOOL)respondsToSelector:(SEL)aSelector'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
RespondsToSelector(String)

Returns a Boolean value that indicates whether the receiver implements or inherits a method that can respond to a specified message.

Original signature is '- (BOOL)respondsToSelector:(SEL)aSelector'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
Retain()()()()

Increments the receiver�s reference count.

Original signature is '- (id)retain'

Available in Mac OS X v10.0 and later.

(Inherited from Id.)
RetainCount

Returns the receiver’s reference count. (required)

Original signature is '- (NSUInteger)retainCount'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
RightMouseDown(NSEvent)

Informs the receiver that the user has pressed the right mouse button.

Original signature is '- (void)rightMouseDown:(NSEvent *)theEvent'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
RightMouseDragged(NSEvent)

Informs the receiver that the user has moved the mouse with the right button pressed .

Original signature is '- (void)rightMouseDragged:(NSEvent *)theEvent'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
RightMouseUp(NSEvent)

Informs the receiver that the user has released the right mouse button.

Original signature is '- (void)rightMouseUp:(NSEvent *)theEvent'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
RotateByAngle(CGFloat)

Rotates the receiver’s bounds rectangle by a specified degree value around the origin of the coordinate system, (0.0, 0.0).

Original signature is '- (void)rotateByAngle:(CGFloat)angle'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
RotateWithEvent(NSEvent)

Informs the receiver that the user has begun a rotation gesture.

Original signature is '- (void)rotateWithEvent:(NSEvent *)event'

Available in Mac OS X v10.6 and later.

(Inherited from NSResponder.)
SafeCastAs<(Of <<'(TInstance>)>>)(Id)
Try to cast the current instance to the given type. The cast is dynamically tested for safety.
(Inherited from IdExtensions.)
SafeCastTo<(Of <<'(TInstance>)>>)(Id)
Cast the current instance to the given type. the cast is dynamically tested for safety
(Inherited from IdExtensions.)
SafeRelease(Id)

Performs a safe release operation on the given instance.

The equivalent code is:

CopyC#
if (instance != null) instance.Release();
(Inherited from IdExtensions.)
ScaleUnitSquareToSize(NSSize)

Scales the receiver’s coordinate system so that the unit square scales to the specified dimensions.

Original signature is '- (void)scaleUnitSquareToSize:(NSSize)newUnitSize'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
ScriptingProperties

Returns an NSString-keyed dictionary of the receiver's scriptable properties.

Original signature is '- (NSDictionary *)scriptingProperties'

Available in Mac OS X v10.2 and later.

(Inherited from NSObject.)
ScriptingValueForSpecifier(NSScriptObjectSpecifier)

Given an object specifier, returns the specified object or objects in the receiving container.

Original signature is '- (id)scriptingValueForSpecifier:(NSScriptObjectSpecifier *)objectSpecifier'

Available in Mac OS X v10.5 and later.

(Inherited from NSObject.)
ScrollClipViewToPoint(NSClipView, NSPoint)

Notifies the superview of a clip view that the clip view needs to reset the origin of its bounds rectangle.

Original signature is '- (void)scrollClipView:(NSClipView *)aClipView toPoint:(NSPoint)newOrigin'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
ScrollLineDown(Id)

Implemented by subclasses to scroll the receiver one line down in its scroll view, without changing the selection.

Original signature is '- (void)scrollLineDown:(id)sender'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
ScrollLineUp(Id)

Implemented by subclasses to scroll the receiver one line up in its scroll view, without changing the selection.

Original signature is '- (void)scrollLineUp:(id)sender'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
ScrollPageDown(Id)

Implemented by subclasses to scroll the receiver one page down in its scroll view, without changing the selection.

Original signature is '- (void)scrollPageDown:(id)sender'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
ScrollPageUp(Id)

Implemented by subclasses to scroll the receiver one page up in its scroll view, without changing the selection.

Original signature is '- (void)scrollPageUp:(id)sender'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
ScrollPoint(NSPoint)

Scrolls the receiver’s closest ancestor NSClipView object so a point in the receiver lies at the origin of the clip view's bounds rectangle.

Original signature is '- (void)scrollPoint:(NSPoint)aPoint'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
ScrollRectBy(NSRect, NSSize)

Copies the visible portion of the receiver’s rendered image within a region and lays that portion down again at a specified offset .

Original signature is '- (void)scrollRect:(NSRect)aRect by:(NSSize)offset'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
ScrollRectToVisible(NSRect)

Scrolls the receiver’s closest ancestor NSClipView object the minimum distance needed so a specified region of the receiver becomes visible in the clip view.

Original signature is '- (BOOL)scrollRectToVisible:(NSRect)aRect'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
ScrollToBeginningOfDocument(Id)

Implemented by subclasses to scroll the receiver to the beginning of the document, without changing the selection.

Original signature is '- (void)scrollToBeginningOfDocument:(id)sender'

Available in Mac OS X v10.6 and later.

(Inherited from NSResponder.)
ScrollToEndOfDocument(Id)

Implemented by subclasses to scroll the receiver to the end of the document, without changing the selection.

Original signature is '- (void)scrollToEndOfDocument:(id)sender'

Available in Mac OS X v10.6 and later.

(Inherited from NSResponder.)
ScrollWheel(NSEvent)

Informs the receiver that the mouse’s scroll wheel has moved.

Original signature is '- (void)scrollWheel:(NSEvent *)theEvent'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
SearchForDirectionCaseSensitiveWrap(NSString, Boolean, Boolean, Boolean)

Searches a document view for a string and highlights it if it is found.

Original signature is '- (BOOL)searchFor:(NSString *)string direction:(BOOL)forward caseSensitive:(BOOL)caseFlag wrap:(BOOL)wrapFlag'

Available in Mac OS X v10.2 with Safari 1.0 and later.


SelectAll(Id)

Implemented by subclasses to select all selectable elements.

Original signature is '- (void)selectAll:(id)sender'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
SelectedDOMRange

Returns the range of the current selection.

Original signature is '- (DOMRange *)selectedDOMRange'

Available in Mac OS X v10.3.9 and later.


SelectedFrame

Returns the frame with the active selection.

Original signature is '- (WebFrame *)selectedFrame'

Available in Mac OS X v10.4.11 and later.


SelectionAffinity

Returns the current selection affinity.

Original signature is '- (NSSelectionAffinity)selectionAffinity'

Available in Mac OS X v10.3.9 and later.


SelectLine(Id)

Implemented by subclasses to select all elements in the line or lines containing the selection or insertion point.

Original signature is '- (void)selectLine:(id)sender'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
SelectParagraph(Id)

Implemented by subclasses to select all paragraphs containing the selection or insertion point.

Original signature is '- (void)selectParagraph:(id)sender'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
SelectSentence(Id)

Selects the entire sentence around the insertion point.

Original signature is '- (void)selectSentence:(id)sender'

Available in Mac OS X v10.4.11 and later.


SelectToMark(Id)

Implemented by subclasses to select all items from the insertion point or selection to a previously placed mark, including the selection itself if not empty.

Original signature is '- (void)selectToMark:(id)sender'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
SelectWord(Id)

Implemented by subclasses to extend the selection to the nearest word boundaries outside it (up to, but not including, word delimiters).

Original signature is '- (void)selectWord:(id)sender'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
Self

Returns the receiver. (required)

Original signature is '- (id)self'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
SendMessage(String, array<Object>[]()[][])
Sends a message to this receiver (either a Class or an object instance).
(Inherited from Id.)
SendMessageSuper(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

(Inherited from Id.)
SendMessageSuperVarArgs(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from Id.)
SendMessageVarArgs(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from Id.)
SetBoundsOrigin(NSPoint)

Sets the origin of the receiver’s bounds rectangle to a specified point,

Original signature is '- (void)setBoundsOrigin:(NSPoint)newOrigin'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
SetBoundsSize(NSSize)

Sets the size of the receiver’s bounds rectangle to specified dimensions, inversely scaling its coordinate system relative to its frame rectangle.

Original signature is '- (void)setBoundsSize:(NSSize)newSize'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
SetEditingDelegate(Action<(Of <<'(WebView..::..WebEditingDelegateEventDispatcher>)>>))
Set the EditingDelegate property of a WebView instance.

SetFrameLoadDelegate(Action<(Of <<'(WebView..::..WebFrameLoadDelegateEventDispatcher>)>>))
Set the FrameLoadDelegate property of a WebView instance.

SetFrameOrigin(NSPoint)

Sets the origin of the receiver’s frame rectangle to the specified point, effectively repositioning it within its superview.

Original signature is '- (void)setFrameOrigin:(NSPoint)newOrigin'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
SetFrameSize(NSSize)

Sets the size of the receiver’s frame rectangle to the specified dimensions, resizing it within its superview without affecting its coordinate system.

Original signature is '- (void)setFrameSize:(NSSize)newSize'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
SetInstanceVariable<(Of <<'(T>)>>)(String, T)
Sets the instance variable of the specified name.
(Inherited from Id.)
SetKeyboardFocusRingNeedsDisplayInRect(NSRect)

Invalidates the area around the focus ring.

Original signature is '- (void)setKeyboardFocusRingNeedsDisplayInRect:(NSRect)rect'

Available in Mac OS X v10.1 and later.

(Inherited from NSView.)
SetMaintainsBackForwardList(Boolean)

Sets whether to use a back-forward list.

Original signature is '- (void)setMaintainsBackForwardList:(BOOL)flag'

Available in Mac OS X v10.2 with Safari 1.0 and later.


SetMark(Id)

Implemented by subclasses to set a mark at the insertion point or selection, which is used by deleteToMark: and selectToMark:.

Original signature is '- (void)setMark:(id)sender'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
SetNeedsDisplayInRect(NSRect)

Marks the region of the receiver within the specified rectangle as needing display, increasing the receiver’s existing invalid region to include it.

Original signature is '- (void)setNeedsDisplayInRect:(NSRect)invalidRect'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
SetNilValueForKey(NSString)

Invoked by setValue:forKey: when it’s given a nil value for a scalar value (such as an int or float).

Original signature is '- (void)setNilValueForKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetSelectedDOMRangeAffinity(IntPtr, NSSelectionAffinity)

Selects a range of nodes.

Original signature is '- (void)setSelectedDOMRange:(DOMRange *)range affinity:(NSSelectionAffinity)selectionAffinity'

Available in Mac OS X v10.3.9 and later.


SetUpGState()()()()

Overridden by subclasses to (re)initialize the receiver’s graphics state object.

Original signature is '- (void)setUpGState'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
SetValueForKey(Id, NSString)

Sets the property of the receiver specified by a given key to a given value.

Original signature is '- (void)setValue:(id)value forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForKey(String, String)

Sets the property of the receiver specified by a given key to a given value.

Original signature is '- (void)setValue:(id)value forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForKey(Int16, String)

Sets the property of the receiver specified by a given key to a given value.

Original signature is '- (void)setValue:(id)value forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForKey(Int64, String)

Sets the property of the receiver specified by a given key to a given value.

Original signature is '- (void)setValue:(id)value forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForKey(Int32, String)

Sets the property of the receiver specified by a given key to a given value.

Original signature is '- (void)setValue:(id)value forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForKey(Single, String)

Sets the property of the receiver specified by a given key to a given value.

Original signature is '- (void)setValue:(id)value forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForKey(Double, String)

Sets the property of the receiver specified by a given key to a given value.

Original signature is '- (void)setValue:(id)value forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForKey(Char, String)

Sets the property of the receiver specified by a given key to a given value.

Original signature is '- (void)setValue:(id)value forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForKey(Boolean, String)

Sets the property of the receiver specified by a given key to a given value.

Original signature is '- (void)setValue:(id)value forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForKeyPath(Id, NSString)

Sets the value for the property identified by a given key path to a given value.

Original signature is '- (void)setValue:(id)value forKeyPath:(NSString *)keyPath'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForUndefinedKey(Id, NSString)

Invoked by setValue:forKey: when it finds no property for a given key.

Original signature is '- (void)setValue:(id)value forUndefinedKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValuesForKeysWithDictionary(NSDictionary)

Sets properties of the receiver with values from a given dictionary, using its keys to identify the properties.

Original signature is '- (void)setValuesForKeysWithDictionary:(NSDictionary *)keyedValues'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
Shadow

Returns the shadow drawn by the receiver

Original signature is '- (NSShadow *)shadow'

Available in Mac OS X v10.5 and later.

(Inherited from NSView.)
ShouldBeTreatedAsInkEvent(NSEvent)

Returns YES if the specified event should be treated as an ink event, NO if it should be treated as a mouse event.

Original signature is '- (BOOL)shouldBeTreatedAsInkEvent:(NSEvent *)theEvent'

Available in Mac OS X v10.2 and later.

(Inherited from NSResponder.)
ShouldCloseWithWindow

Returns whether the web view should close when its window or host window closes.

Original signature is '- (BOOL)shouldCloseWithWindow'

Available in Mac OS X v10.4.11 and later.


ShouldDelayWindowOrderingForEvent(NSEvent)

Overridden by subclasses to allow the user to drag images from the receiver without its window moving forward and possibly obscuring the destination and without activating the application.

Original signature is '- (BOOL)shouldDelayWindowOrderingForEvent:(NSEvent *)theEvent'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
ShouldDrawColor

Returns NO if the receiver is being drawn in an NSWindow object (as opposed, for example, to being printed) and the window object can’t store color; otherwise returns YES.

Original signature is '- (BOOL)shouldDrawColor'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
ShouldUpdateWhileOffscreen

Returns whether the web view should update even when it is not visible.

Original signature is '- (BOOL)shouldUpdateWhileOffscreen'

Available in Mac OS X v10.6 and later.


ShowContextHelp(Id)

Implemented by subclasses to invoke the help system, displaying information relevant to the receiver and its current state.

Original signature is '- (void)showContextHelp:(id)sender'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
ShowDefinitionForAttributedStringAtPoint(NSAttributedString, NSPoint)

Shows a window displaying the definition of the of the attributed string at the specified point.

Original signature is '- (void)showDefinitionForAttributedString:(NSAttributedString *)attrString atPoint:(NSPoint)textBaselineOrigin'

Available in Mac OS X v10.6 and later.

(Inherited from NSView.)
ShowDefinitionForAttributedStringRangeOptionsBaselineOriginProvider(NSAttributedString, NSRange, NSDictionary, Func<(Of <<'(NSRange, NSPoint>)>>))

Shows a window displaying the definition of the specified range of the attributed string.

Original signature is '- (void)showDefinitionForAttributedString:(NSAttributedString *)attrString range:(NSRange)targetRange options:(NSDictionary *)options baselineOriginProvider:(NSPoint (^)(NSRange adjustedRange))originProvider'

Available in Mac OS X v10.6 and later.

(Inherited from NSView.)
ShowGuessPanel(Id)

An action method that shows a spelling correction panel.

Original signature is '- (void)showGuessPanel:(id)sender'

Available in Mac OS X v10.3.9 and later.


SmartInsertDeleteEnabled

Returns whether smart-space insertion and deletion is enabled.

Original signature is '- (BOOL)smartInsertDeleteEnabled'

Available in Mac OS X v10.3.9 and later.


SortSubviewsUsingFunctionContext(IdComparator, IntPtr)

Orders the receiver's immediate subviews using the specified comparator function.

Original signature is '- (void)sortSubviewsUsingFunction:(NSComparisonResult (*)(id, id, void *))compare context:(void *)context'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
SpellCheckerDocumentTag

Returns the spell-checker document tag for this document.

Original signature is '- (NSInteger)spellCheckerDocumentTag'

Available in Mac OS X v10.3.9 and later.


StartSpeaking(Id)

An action method that starts speaking the selected text or all text if there’s no selection.

Original signature is '- (void)startSpeaking:(id)sender'

Available in Mac OS X v10.3.9 and later.


StopLoading(Id)

An action method that stops the loading of any web frame content managed by the receiver.

Original signature is '- (void)stopLoading:(id)sender'

Available in Mac OS X v10.2 with Safari 1.0 and later.


StopSpeaking(Id)

An action method that stops speaking that is in progress.

Original signature is '- (void)stopSpeaking:(id)sender'

Available in Mac OS X v10.3.9 and later.


StringByEvaluatingJavaScriptFromString(NSString)

Returns the result of running a script.

Original signature is '- (NSString *)stringByEvaluatingJavaScriptFromString:(NSString *)script'

Available in Mac OS X v10.2 with Safari 1.0 and later.


StyleDeclarationWithText(NSString)

Returns the CSS style declaration for the specified text.

Original signature is '- (DOMCSSStyleDeclaration *)styleDeclarationWithText:(NSString *)text'

Available in Mac OS X v10.3.9 and later.


Subviews

Return the receiver’s immediate subviews.

Original signature is '- (NSArray *)subviews'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
Superclass

Returns the class object for the receiver’s superclass. (required)

Original signature is '- (Class)superclass'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
Superview

Returns the receiver’s superview, or nil if it has none.

Original signature is '- (NSView *)superview'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
SupportsTextEncoding

Returns whether the document view supports different text encodings.

Original signature is '- (BOOL)supportsTextEncoding'

Available in Mac OS X v10.2 with Safari 1.0 and later.


SwapWithMark(Id)

Swaps the mark and the selection or insertion point, so that what was marked is now the selection or insertion point, and what was the insertion point or selection is now the mark.

Original signature is '- (void)swapWithMark:(id)sender'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
SwipeWithEvent(NSEvent)

Informs the receiver that the user has begun a swipe gesture.

Original signature is '- (void)swipeWithEvent:(NSEvent *)event'

Available in Mac OS X v10.6 and later.

(Inherited from NSResponder.)
TabletPoint(NSEvent)

Informs the receiver that a tablet-point event has occurred.

Original signature is '- (void)tabletPoint:(NSEvent *)theEvent'

Available in Mac OS X v10.4 or later and later.

(Inherited from NSResponder.)
TabletProximity(NSEvent)

Informs the receiver that a tablet-proximity event has occurred.

Original signature is '- (void)tabletProximity:(NSEvent *)theEvent'

Available in Mac OS X v10.4 or later and later.

(Inherited from NSResponder.)
Tag

Returns the receiver’s tag, an integer that you can use to identify view objects in your application.

Original signature is '- (NSInteger)tag'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
TakeStringURLFrom(Id)

Sets the receiver’s current location by obtaining a URL string from the sender.

Original signature is '- (void)takeStringURLFrom:(id)sender'

Available in Mac OS X v10.2 with Safari 1.0 and later.


TextSizeMultiplier

Returns the font size multiplier for text displayed in web frame view objects managed by the receiver.

Original signature is '- (float)textSizeMultiplier'

Available in Mac OS X v10.2 with Safari 1.0 and later.


ToggleContinuousSpellChecking(Id)

Toggles whether continuous spell checking is available.

Original signature is '- (void)toggleContinuousSpellChecking:(id)sender'

Available in Mac OS X v10.4.11 and later.


ToggleSmartInsertDelete(Id)

Toggles whether spaces around selected words are inserted or deleted to preserve proper spacing and punctuation.

Original signature is '- (void)toggleSmartInsertDelete:(id)sender'

Available in Mac OS X v10.4.11 and later.


ToManyRelationshipKeys

Returns array containing the keys for the to-many relationship properties of the receiver.

Original signature is '- (NSArray *)toManyRelationshipKeys'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ToolTip

Returns the text for the view’s tool tip.

Original signature is '- (NSString *)toolTip'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
ToOneRelationshipKeys

Returns the keys for the to-one relationship properties of the receiver, if any.

Original signature is '- (NSArray *)toOneRelationshipKeys'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ToString()()()()
Returns a String that represents this instance.
(Inherited from NSObject.)
TouchesBeganWithEvent(NSEvent)

Informs the receiver that new set of touches has been recognized.

Original signature is '- (void)touchesBeganWithEvent:(NSEvent *)event'

Available in Mac OS X v10.6 and later.

(Inherited from NSResponder.)
TouchesCancelledWithEvent(NSEvent)

Informs the receiver that tracking of touches has been cancelled for any reason..

Original signature is '- (void)touchesCancelledWithEvent:(NSEvent *)event'

Available in Mac OS X v10.6 and later.

(Inherited from NSResponder.)
TouchesEndedWithEvent(NSEvent)

Informs the receiver that a set of touches have been removed.

Original signature is '- (void)touchesEndedWithEvent:(NSEvent *)event'

Available in Mac OS X v10.6 and later.

(Inherited from NSResponder.)
TouchesMovedWithEvent(NSEvent)

Informs the receiver that one or more touches has moved.

Original signature is '- (void)touchesMovedWithEvent:(NSEvent *)event'

Available in Mac OS X v10.6 and later.

(Inherited from NSResponder.)
TrackingAreas

Returns an array of the receiver’s tracking areas.

Original signature is '- (NSArray *)trackingAreas'

Available in Mac OS X v10.5 and later.

(Inherited from NSView.)
TranslateOriginToPoint(NSPoint)

Translates the receiver’s coordinate system so that its origin moves to a new location.

Original signature is '- (void)translateOriginToPoint:(NSPoint)newOrigin'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
TranslateRectsNeedingDisplayInRectBy(NSRect, NSSize)

Translates the display rectangles by the specified delta.

Original signature is '- (void)translateRectsNeedingDisplayInRect:(NSRect)clipRect by:(NSSize)delta'

Available in Mac OS X v10.5 and later.

(Inherited from NSView.)
Transpose(Id)

Transposes the characters to either side of the insertion point and advances the insertion point past both of them. Does nothing to a selected range of text.

Original signature is '- (void)transpose:(id)sender'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
TransposeWords(Id)

Transposes the words to either side of the insertion point and advances the insertion point past both of them. Does nothing to a selected range of text.

Original signature is '- (void)transposeWords:(id)sender'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
TryToPerformWith(IntPtr, Id)

Attempts to perform the action indicated method with a specified argument.

Original signature is '- (BOOL)tryToPerform:(SEL)anAction with:(id)anObject'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
TypingStyle

Returns the receiver’s CSS typing style.

Original signature is '- (DOMCSSStyleDeclaration *)typingStyle'

Available in Mac OS X v10.3.9 and later.


UIDelegate

Returns the receiver's user interface delegate.

Original signature is '- (id)UIDelegate'

Available in Mac OS X v10.2 with Safari 1.0 and later.


Unbind(NSString)

Removes a given binding between the receiver and a controller.

Original signature is '- (void)unbind:(NSString *)binding'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
UndoManager

Returns the undo manager for this responder.

Original signature is '- (NSUndoManager *)undoManager'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
UnlockFocus()()()()

Balances an earlier lockFocus or lockFocusIfCanDraw message; restoring the focus to the previously focused view is necessary.

Original signature is '- (void)unlockFocus'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
UnregisterDraggedTypes()()()()

Unregisters the receiver as a possible destination in a dragging session.

Original signature is '- (void)unregisterDraggedTypes'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
UpdateTrackingAreas()()()()

Invoked automatically when the view’s geometry changes such that its tracking areas need to be recalculated.

Original signature is '- (void)updateTrackingAreas'

Available in Mac OS X v10.5 and later.

(Inherited from NSView.)
UppercaseWord(Id)

Implemented by subclasses to make uppercase every letter in the word or words surrounding the insertion point or selection, expanding the selection if necessary.

Original signature is '- (void)uppercaseWord:(id)sender'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
URLFromPasteboard(NSPasteboard)

Returns a URL from the specified pasteboard.

Original signature is '+ (NSURL *)URLFromPasteboard:(NSPasteboard *)pasteboard'

Available in Mac OS X v10.3.9 and later.


URLTitleFromPasteboard(NSPasteboard)

Returns the title of a URL from the specified pasteboard.

Original signature is '+ (NSString *)URLTitleFromPasteboard:(NSPasteboard *)pasteboard'

Available in Mac OS X v10.3.9 and later.


UserAgentForURL(NSURL)

Returns the appropriate user-agent string for a given URL.

Original signature is '- (NSString *)userAgentForURL:(NSURL *)URL'

Available in Mac OS X v10.2 with Safari 1.0 and later.


ValidateValueForKeyError(Id%, NSString, NSError%)

Returns a Boolean value that indicates whether the value specified by a given pointer is valid for the property identified by a given key.

Original signature is '- (BOOL)validateValue:(id *)ioValue forKey:(NSString *)key error:(NSError **)outError'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
ValidateValueForKeyPathError(Id%, NSString, NSError%)

Returns a Boolean value that indicates whether the value specified by a given pointer is valid for a given key path relative to the receiver.

Original signature is '- (BOOL)validateValue:(id *)ioValue forKeyPath:(NSString *)inKeyPath error:(NSError **)outError'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
ValidRequestorForSendTypeReturnType(NSString, NSString)

Overridden by subclasses to determine what services are available.

Original signature is '- (id)validRequestorForSendType:(NSString *)sendType returnType:(NSString *)returnType'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
ValueAtIndexInPropertyWithKey(NSUInteger, NSString)

Retrieves an indexed object from the collection specified by the passed key.

Original signature is '- (id)valueAtIndex:(NSUInteger)index inPropertyWithKey:(NSString *)key'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ValueClassForBinding(NSString)

Returns the class of the value that will be returned for the specified binding.

Original signature is '- (Class)valueClassForBinding:(NSString *)binding'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
ValueForKey(NSString)

Returns the value for the property identified by a given key.

Original signature is '- (id)valueForKey:(NSString *)key'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ValueForKeyPath(NSString)

Returns the value for the derived property identified by a given key path.

Original signature is '- (id)valueForKeyPath:(NSString *)keyPath'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ValueForUndefinedKey(NSString)

Invoked by valueForKey: when it finds no property corresponding to a given key.

Original signature is '- (id)valueForUndefinedKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
ValueWithNameInPropertyWithKey(NSString, NSString)

Retrieves a named object from the collection specified by the passed key.

Original signature is '- (id)valueWithName:(NSString *)name inPropertyWithKey:(NSString *)key'

Available in Mac OS X v10.2 and later.

(Inherited from NSObject.)
ValueWithUniqueIDInPropertyWithKey(Id, NSString)

Retrieves an object by ID from the collection specified by the passed key.

Original signature is '- (id)valueWithUniqueID:(id)uniqueID inPropertyWithKey:(NSString *)key'

Available in Mac OS X v10.2 and later.

(Inherited from NSObject.)
ViewDidEndLiveResize()()()()

Informs the receiver of the end of a live resize.

Original signature is '- (void)viewDidEndLiveResize'

Available in Mac OS X v10.1 and later.

(Inherited from NSView.)
ViewDidHide()()()()

Invoked when the receiver is hidden, either directly, or in response to an ancestor being hidden.

Original signature is '- (void)viewDidHide'

Available in Mac OS X v10.5 and later.

(Inherited from NSView.)
ViewDidMoveToSuperview()()()()

Informs the receiver that its superview has changed (possibly to nil).

Original signature is '- (void)viewDidMoveToSuperview'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
ViewDidMoveToWindow()()()()

Informs the receiver that it has been added to a new view hierarchy.

Original signature is '- (void)viewDidMoveToWindow'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
ViewDidUnhide()()()()

Invoked when the receiver is unhidden, either directly, or in response to an ancestor being unhidden

Original signature is '- (void)viewDidUnhide'

Available in Mac OS X v10.5 and later.

(Inherited from NSView.)
ViewWillDraw()()()()

Informs the receiver that it will be required to draw content.

Original signature is '- (void)viewWillDraw'

Available in Mac OS X v10.5 and later.

(Inherited from NSView.)
ViewWillMoveToSuperview(NSView)

Informs the receiver that its superview is about to change to the specified superview (which may be nil).

Original signature is '- (void)viewWillMoveToSuperview:(NSView *)newSuperview'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
ViewWillMoveToWindow(NSWindow)

Informs the receiver that it’s being added to the view hierarchy of the specified window object (which may be nil).

Original signature is '- (void)viewWillMoveToWindow:(NSWindow *)newWindow'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
ViewWillStartLiveResize()()()()

Informs the receiver of the start of a live resize.

Original signature is '- (void)viewWillStartLiveResize'

Available in Mac OS X v10.1 and later.

(Inherited from NSView.)
ViewWithTag(NSInteger)

Returns the receiver’s nearest descendant (including itself) with a specific tag, or nil if no subview has that tag.

Original signature is '- (id)viewWithTag:(NSInteger)aTag'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
VisibleRect

Returns the portion of the receiver not clipped by its superviews.

Original signature is '- (NSRect)visibleRect'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
WantsDefaultClipping

Returns whether the Application Kit’s default clipping provided to drawRect: implementations is in effect.

Original signature is '- (BOOL)wantsDefaultClipping'

Available in Mac OS X v10.3 and later.

(Inherited from NSView.)
WantsLayer

Returns a Boolean value that indicates whether the receiver is using a layer as its backing store.

Original signature is '- (BOOL)wantsLayer'

Available in Mac OS X v10.5 and later.

(Inherited from NSView.)
WantsRestingTouches

Returns whether the view wants resting touches.

Original signature is '- (BOOL)wantsRestingTouches'

Available in Mac OS X v10.6 and later.

(Inherited from NSView.)
WebElementDOMNodeKey

The DOMNode for this element.

Available in Mac OS X v10.3 and later.


WebElementFrameKey

The WebFrame object associated with this element.

Available in Mac OS X v10.2 and later.


WebElementImageAltStringKey

An NSString of the ALT attribute of an image element.

Available in Mac OS X v10.2 and later.


WebElementImageKey

An NSImage representing an image element.

Available in Mac OS X v10.2 and later.


WebElementImageRectKey

An NSValue containing an NSRect, the size of an image element.

Available in Mac OS X v10.2 and later.


WebElementImageURLKey

An NSURL containing the location of an image element.

Available in Mac OS X v10.2 and later.


WebElementIsSelectedKey

An NSNumber used as a BOOL value to indicate whether a text element is selected or not. Zero value indicates false, true otherwise.

Available in Mac OS X v10.2 and later.


WebElementLinkLabelKey

An NSString containing the text within an anchor.

Available in Mac OS X v10.2 and later.


WebElementLinkTargetFrameKey

The WebFrame object associated with the target of the anchor.

Available in Mac OS X v10.2 and later.


WebElementLinkTitleKey

An NSString containing the title of an anchor.

Available in Mac OS X v10.2 and later.


WebElementLinkURLKey

An NSURL containing the location of a link if the element is within an anchor.

Available in Mac OS X v10.2 and later.


WebViewClass
Static field for a quick access to the WebView class.

WebViewDidBeginEditingNotification

Posted when a web view begins any operation that changes its contents in response to user editing.

userInfo

Available in Mac OS X v10.3.9 and later.


WebViewDidChangeNotification

Posted when a web view performs any operation that changes its contents in response to user editing.

userInfo

Available in Mac OS X v10.3.9 and later.


WebViewDidChangeSelectionNotification

Posted when a web view changes its typing selection.

userInfo

Available in Mac OS X v10.3.9 and later.


WebViewDidChangeTypingStyleNotification

Posted when a web view changes its typing style.

userInfo

Available in Mac OS X v10.3.9 and later.


WebViewDidEndEditingNotification

Posted when a web view ends any operation that changes its contents in response to user editing.

userInfo

Available in Mac OS X v10.3.9 and later.


WebViewProgressEstimateChangedNotification

Posted by a WebView object when the estimated progress value of a load changes.

WebViewProgressStartedNotification

userInfo

Available in Mac OS X v10.2 with Safari 1.0 and later.


WebViewProgressFinishedNotification

Posted by a WebView object when the load has finished.

userInfo

Available in Mac OS X v10.2 with Safari 1.0 and later.


WebViewProgressStartedNotification

Posted by a WebView object when a load begins, including a load that is initiated in a subframe.

userInfo

Available in Mac OS X v10.2 with Safari 1.0 and later.


WidthAdjustLimit

Returns the fraction (from 0.0 to 1.0) of the page that can be pushed onto the next page during automatic pagination to prevent items such as small images or text columns from being divided across pages.

Original signature is '- (CGFloat)widthAdjustLimit'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
WillChangeValueForKey(NSString)

Invoked to inform the receiver that the value of a given property is about to change.

Original signature is '- (void)willChangeValueForKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
WillChangeValueForKeyWithSetMutationUsingObjects(NSString, NSKeyValueSetMutationKind, NSSet)

Invoked to inform the receiver that the specified change is about to be made to a specified unordered to-many relationship.

Original signature is '- (void)willChangeValueForKey:(NSString *)key withSetMutation:(NSKeyValueSetMutationKind)mutationKind usingObjects:(NSSet *)objects'

Available in Mac OS X v10.4 and later.

(Inherited from NSObject.)
WillChangeValuesAtIndexesForKey(NSKeyValueChange, NSIndexSet, NSString)

Invoked to inform the receiver that the specified change is about to be executed at given indexes for a specified ordered to-many relationship.

Original signature is '- (void)willChange:(NSKeyValueChange)change valuesAtIndexes:(NSIndexSet *)indexes forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
WillPresentError(NSError)

Implemented by subclasses to return a custom version of the supplied error object that is more suitable for presentation in alert sheets and dialogs.

Original signature is '- (NSError *)willPresentError:(NSError *)anError'

Available in Mac OS X v10.4 and later.

(Inherited from NSResponder.)
WillRemoveSubview(NSView)

Overridden by subclasses to perform additional actions before subviews are removed from the receiver.

Original signature is '- (void)willRemoveSubview:(NSView *)subview'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
Window

Returns the receiver’s window object, or nil if it has none.

Original signature is '- (NSWindow *)window'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
WindowScriptObject

Returns the receiver’s window object from the scripting environment.

Original signature is '- (WebScriptObject *)windowScriptObject'

Available in Mac OS X v10.3.9 and later.


WriteElementWithPasteboardTypesToPasteboard(NSDictionary, NSArray, NSPasteboard)

Writes an element to the pasteboard using a list of types.

Original signature is '- (void)writeElement:(NSDictionary *)element withPasteboardTypes:(NSArray *)types toPasteboard:(NSPasteboard *)pasteboard'

Available in Mac OS X v10.3.9 and later.


WriteEPSInsideRectToPasteboard(NSRect, NSPasteboard)

Writes EPS data that draws the region of the receiver within a specified rectangle onto a pasteboard.

Original signature is '- (void)writeEPSInsideRect:(NSRect)aRect toPasteboard:(NSPasteboard *)pboard'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
WritePDFInsideRectToPasteboard(NSRect, NSPasteboard)

Writes PDF data that draws the region of the receiver within a specified rectangle onto a pasteboard.

Original signature is '- (void)writePDFInsideRect:(NSRect)aRect toPasteboard:(NSPasteboard *)pboard'

Available in Mac OS X v10.0 and later.

(Inherited from NSView.)
WriteSelectionWithPasteboardTypesToPasteboard(NSArray, NSPasteboard)

Writes the receiver’s current selection to a pasteboard using a list of types.

Original signature is '- (void)writeSelectionWithPasteboardTypes:(NSArray *)types toPasteboard:(NSPasteboard *)pasteboard'

Available in Mac OS X v10.3.9 and later.


Yank(Id)

Replaces the insertion point or selection with text from the kill buffer.

Original signature is '- (void)yank:(id)sender'

Available in Mac OS X v10.0 and later.

(Inherited from NSResponder.)
Zone

Returns a pointer to the zone from which the receiver was allocated. (required)

Original signature is '- (NSZone *)zone'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
Inheritance Hierarchy
Object
Id
 NSObject
  NSResponder
   NSView
    WebView
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.WebKit (Module: Monobjc.WebKit)