MonobjcMonobjc Documented Class Library
NSPanel Class
NamespacesMonobjc.AppKitNSPanel

[Missing <summary> documentation for "T:Monobjc.AppKit.NSPanel"]

Declaration Syntax
Members
All MembersConstructorsMethodsPropertiesFields



IconMemberDescription
NSPanel(NSRect, NSWindowStyleMask, NSBackingStoreType, Boolean)

Initializes the window with the specified values.

Original signature is '- (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)windowStyle backing:(NSBackingStoreType)bufferingType defer:(BOOL)deferCreation'

Available in Mac OS X v10.0 and later.


NSPanel(NSRect, NSWindowStyleMask, NSBackingStoreType, Boolean, NSScreen)

Initializes an allocated window with the specified values.

Original signature is '- (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)windowStyle backing:(NSBackingStoreType)bufferingType defer:(BOOL)deferCreation screen:(NSScreen *)screen'

Available in Mac OS X v10.0 and later.


NSPanel(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.


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

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

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

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.)
AcceptsMouseMovedEvents

Indicates whether the window accepts mouse-moved events.

Original signature is '- (BOOL)acceptsMouseMovedEvents'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
AddChildWindowOrdered(NSWindow, NSWindowOrderingMode)

Adds a given window as a child window of the window.

Original signature is '- (void)addChildWindow:(NSWindow *)childWindow ordered:(NSWindowOrderingMode)orderingMode'

Available in Mac OS X v10.2 and later.

(Inherited from NSWindow.)
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.)
Alloc()()()()
Allocates a new native instance.
(Inherited from Id.)
AllowsConcurrentViewDrawing

Indicates whether the window allows multithreaded view drawing.

Original signature is '- (BOOL)allowsConcurrentViewDrawing'

Available in Mac OS X v10.6 and later.

(Inherited from NSWindow.)
AllowsToolTipsWhenApplicationIsInactive

Indicates whether the window can display tooltips even when the application is in the background.

Original signature is '- (BOOL)allowsToolTipsWhenApplicationIsInactive'

Available in Mac OS X v10.3 and later.

(Inherited from NSWindow.)
AlphaValue

Returns the window’s alpha value.

Original signature is '- (CGFloat)alphaValue'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
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 NSWindow.)
AnimationResizeTime(NSRect)

Specifies the duration of a smooth frame-size change.

Original signature is '- (NSTimeInterval)animationResizeTime:(NSRect)newWindowFrame'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
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 NSWindow.)
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 NSWindow.)
AreCursorRectsEnabled

Indicates whether the window’s cursor rectangles are enabled.

Original signature is '- (BOOL)areCursorRectsEnabled'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
AspectRatio

Returns the window’s aspect ratio, which constrains the size of its frame rectangle to integral multiples of this ratio when the user resizes it.

Original signature is '- (NSSize)aspectRatio'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
AttachedSheet

Returns the sheet attached to the window.

Original signature is '- (NSWindow *)attachedSheet'

Available in Mac OS X v10.1 and later.

(Inherited from NSWindow.)
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.)
AutorecalculatesContentBorderThicknessForEdge(NSRectEdge)

Indicates whether the window calculates the thickness of a given border automatically.

Original signature is '- (BOOL)autorecalculatesContentBorderThicknessForEdge:(NSRectEdge)edge'

Available in Mac OS X v10.5 and later.

(Inherited from NSWindow.)
AutorecalculatesKeyViewLoop

Indicates whether the window automatically recalculates the key view loop when views are added.

Original signature is '- (BOOL)autorecalculatesKeyViewLoop'

Available in Mac OS X v10.4 and later.

(Inherited from NSWindow.)
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.)
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.)
BackgroundColor

Returns the color of the window’s background.

Original signature is '- (NSColor *)backgroundColor'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
BackingLocation

Indicates the window’s backing store location.

Original signature is '- (NSWindowBackingLocation)backingLocation'

Available in Mac OS X v10.5 and later.

(Inherited from NSWindow.)
BackingType

Returns the window’s backing store type.

Original signature is '- (NSBackingStoreType)backingType'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
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.)
BecomeKeyWindow()()()()

Invoked automatically to inform the window that it has become the key window; never invoke this method directly.

Original signature is '- (void)becomeKeyWindow'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
BecomeMainWindow()()()()

Invoked automatically to inform the window that it has become the main window; never invoke this method directly.

Original signature is '- (void)becomeMainWindow'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
BecomesKeyOnlyIfNeeded

Indicates whether the receiver becomes the key window only when needed.

Original signature is '- (BOOL)becomesKeyOnlyIfNeeded'

Available in Mac OS X v10.0 and later.


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.)
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.)
CacheImageInRect(NSRect)

Stores the window’s raster image from a given rectangle expressed in the window’s base coordinate system.

Original signature is '- (void)cacheImageInRect:(NSRect)rectangle'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
CanBecomeKeyWindow

Indicates whether the window can become the key window.

Original signature is '- (BOOL)canBecomeKeyWindow'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
CanBecomeMainWindow

Indicates whether the window can become the application’s main window.

Original signature is '- (BOOL)canBecomeMainWindow'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
CanBecomeVisibleWithoutLogin

Indicates whether the window can be displayed at the login window. Default: NO.

Original signature is '- (BOOL)canBecomeVisibleWithoutLogin'

Available in Mac OS X v10.5 and later.

(Inherited from NSWindow.)
CanBeVisibleOnAllSpaces Obsolete.

Indicates whether the window can be visible on all spaces or on only one space at a time. (Deprecated in Mac OS X v10.5. Use setCollectionBehavior: instead.)

Original signature is '- (BOOL)canBeVisibleOnAllSpaces'

Available in Mac OS X v10.5 and later.

(Inherited from NSWindow.)
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.)
CanHide

Indicates whether the window can be hidden when its application becomes hidden (during execution of the NSApplicationhide: method).

Original signature is '- (BOOL)canHide'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
CanStoreColor

Indicates whether the window has a depth limit that allows it to store color values.

Original signature is '- (BOOL)canStoreColor'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
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.)
CascadeTopLeftFromPoint(NSPoint)

Positions the window's top left to a given point.

Original signature is '- (NSPoint)cascadeTopLeftFromPoint:(NSPoint)topLeft'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
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.)
Center()()()()

Sets the window’s location to the center of the screen.

Original signature is '- (void)center'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
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.)
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.)
ChildWindows

Returns an array of the window’s attached child windows.

Original signature is '- (NSArray *)childWindows'

Available in Mac OS X v10.2 and later.

(Inherited from NSWindow.)
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()()()()

Removes the window from the screen.

Original signature is '- (void)close'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
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.)
CollectionBehavior

Identifies the window’s behavior in window collections.

Original signature is '- (NSWindowCollectionBehavior)collectionBehavior'

Available in Mac OS X v10.5 and later.

(Inherited from NSWindow.)
ColorSpace

Returns the window’s color space.

Original signature is '- (NSColorSpace *)colorSpace'

Available in Mac OS X v10.6 and later.

(Inherited from NSWindow.)
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.)
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.)
ConstrainFrameRectToScreen(NSRect, NSScreen)

Modifies and returns a frame rectangle so that its top edge lies on a specific screen.

Original signature is '- (NSRect)constrainFrameRect:(NSRect)frameRect toScreen:(NSScreen *)screen'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
ContentAspectRatio

Returns the window’s content aspect ratio.

Original signature is '- (NSSize)contentAspectRatio'

Available in Mac OS X v10.3 and later.

(Inherited from NSWindow.)
ContentBorderThicknessForEdge(NSRectEdge)

Indicates the thickness of a given border of the window.

Original signature is '- (CGFloat)contentBorderThicknessForEdge:(NSRectEdge)edge'

Available in Mac OS X v10.5 and later.

(Inherited from NSWindow.)
ContentMaxSize

Returns the maximum size of the window’s content view.

Original signature is '- (NSSize)contentMaxSize'

Available in Mac OS X v10.3 and later.

(Inherited from NSWindow.)
ContentMinSize

Returns the minimum size of the window’s content view.

Original signature is '- (NSSize)contentMinSize'

Available in Mac OS X v10.3 and later.

(Inherited from NSWindow.)
ContentRectForFrameRect(NSRect)

Returns the window’s content rectangle with a given frame rectangle.

Original signature is '- (NSRect)contentRectForFrameRect:(NSRect)windowFrame'

Available in Mac OS X v10.3 and later.

(Inherited from NSWindow.)
ContentResizeIncrements

Returns the window’s content-view resizing increments.

Original signature is '- (NSSize)contentResizeIncrements'

Available in Mac OS X v10.3 and later.

(Inherited from NSWindow.)
ContentView

Returns the window’s content view, the highest accessible NSView object in the window’s view hierarchy.

Original signature is '- (id)contentView'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
ConvertBaseToScreen(NSPoint)

Converts a given point from the window’s base coordinate system to the screen coordinate system.

Original signature is '- (NSPoint)convertBaseToScreen:(NSPoint)point'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
ConvertScreenToBase(NSPoint)

Converts a given point from the screen coordinate system to the window’s base coordinate system.

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

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
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.)
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.)
CurrentEvent

Returns the event currently being processed by the application, by invoking NSApplication’s currentEvent method.

Original signature is '- (NSEvent *)currentEvent'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
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.)
DataWithEPSInsideRect(NSRect)

Returns EPS data that draws the region of the window within a given rectangle.

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

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
DataWithPDFInsideRect(NSRect)

Returns PDF data that draws the region of the window within a given rectangle.

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

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
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.)
DeepestScreen

Returns the deepest screen the window is on (it may be split over several screens).

Original signature is '- (NSScreen *)deepestScreen'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
DefaultButtonCell

Returns the button cell that performs as if clicked when the window receives a Return (or Enter) key event.

Original signature is '- (NSButtonCell *)defaultButtonCell'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
Delegate

Returns the window’s delegate.

Original signature is '- (id < NSWindowDelegate >)delegate'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
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.)
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.)
Deminiaturize(Id)

Deminimizes the window.

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

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
DepthLimit

Returns the depth limit of the window.

Original signature is '- (NSWindowDepth)depthLimit'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
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.)
DeviceDescription

Returns a dictionary containing information about the window’s resolution.

Original signature is '- (NSDictionary *)deviceDescription'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
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.)
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.)
DisableCursorRects()()()()

Disables all cursor rectangle management within the window.

Original signature is '- (void)disableCursorRects'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
DisableFlushWindow()()()()

Disables the flushWindow method for the window.

Original signature is '- (void)disableFlushWindow'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
DisableKeyEquivalentForDefaultButtonCell()()()()

Disables the default button cell’s key equivalent, so it doesn’t perform a click when the user presses Return (or Enter).

Original signature is '- (void)disableKeyEquivalentForDefaultButtonCell'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
DisableScreenUpdatesUntilFlush()()()()

Disables the window’s screen updates until the window is flushed.

Original signature is '- (void)disableScreenUpdatesUntilFlush'

Available in Mac OS X v10.4 and later.

(Inherited from NSWindow.)
DiscardCachedImage()()()()

Discards all of the window’s cached image rectangles.

Original signature is '- (void)discardCachedImage'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
DiscardCursorRects()()()()

Invalidates all cursor rectangles in the window.

Original signature is '- (void)discardCursorRects'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
DiscardEventsMatchingMaskBeforeEvent(NSUInteger, NSEvent)

Forwards the message to the NSApplication object, NSApp.

Original signature is '- (void)discardEventsMatchingMask:(NSUInteger)eventMask beforeEvent:(NSEvent *)lastEvent'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
Display()()()()

Passes a display message down the window’s view hierarchy, thus redrawing all views within the window, including the frame view that draws the border, title bar, and other peripheral elements.

Original signature is '- (void)display'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
DisplayIfNeeded()()()()

Passes a displayIfNeeded message down the window’s view hierarchy, thus redrawing all views that need to be displayed, including the frame view that draws the border, title bar, and other peripheral elements.

Original signature is '- (void)displayIfNeeded'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
DisplaysWhenScreenProfileChanges

Indicates whether the window context should be updated when the screen profile changes or when the window moves to a different screen.

Original signature is '- (BOOL)displaysWhenScreenProfileChanges'

Available in Mac OS X v10.4 and later.

(Inherited from NSWindow.)
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.)
DockTile

Provides the application’s Dock tile.

Original signature is '- (NSDockTile *)dockTile'

Available in Mac OS X v10.5 and later.

(Inherited from NSWindow.)
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.)
DragImageAtOffsetEventPasteboardSourceSlideBack(NSImage, NSPoint, NSSize, NSEvent, NSPasteboard, Id, Boolean)

Begins a dragging session.

Original signature is '- (void)dragImage:(NSImage *)image at:(NSPoint)imageLocation offset:(NSSize)pointerOffset event:(NSEvent *)event pasteboard:(NSPasteboard *)pasteboard source:(id)sourceObject slideBack:(BOOL)slideBack'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
Drawers

Returns the collection of drawers associated with the window.

Original signature is '- (NSArray *)drawers'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
EnableCursorRects()()()()

Reenables cursor rectangle management within the window after a disableCursorRects message.

Original signature is '- (void)enableCursorRects'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
EnableFlushWindow()()()()

Reenables the flushWindow method for the window after it was disabled through a previous disableFlushWindow message.

Original signature is '- (void)enableFlushWindow'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
EnableKeyEquivalentForDefaultButtonCell()()()()

Reenables the default button cell’s key equivalent, so it performs a click when the user presses Return (or Enter).

Original signature is '- (void)enableKeyEquivalentForDefaultButtonCell'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
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.)
EndEditingFor(Id)

Forces the field editor to give up its first responder status and prepares it for its next assignment.

Original signature is '- (void)endEditingFor:(id)object'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
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.)
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.)
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.)
FieldEditorForObject(Boolean, Id)

Returns the window’s field editor, creating it if requested.

Original signature is '- (NSText *)fieldEditor:(BOOL)createWhenNeeded forObject:(id)anObject'

Available in Mac OS X v10.0 and later.

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

Returns the window’s first responder.

Original signature is '- (NSResponder *)firstResponder'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
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.)
FlushWindow()()()()

Flushes the window’s offscreen buffer to the screen if the window is buffered and flushing is enabled.

Original signature is '- (void)flushWindow'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
FlushWindowIfNeeded()()()()

Flushes the window’s offscreen buffer to the screen if flushing is enabled and if the last flushWindow message had no effect because flushing was disabled.

Original signature is '- (void)flushWindowIfNeeded'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
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 window’s frame rectangle.

Original signature is '- (NSRect)frame'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
FrameAutosaveName

Returns the name used to automatically save the window’s frame rectangle data in the defaults system, as set through setFrameAutosaveName:.

Original signature is '- (NSString *)frameAutosaveName'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
FrameRectForContentRect(NSRect)

Returns the window’s frame rectangle with a given content rectangle.

Original signature is '- (NSRect)frameRectForContentRect:(NSRect)windowContent'

Available in Mac OS X v10.3 and later.

(Inherited from NSWindow.)
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.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
GraphicsContext

Provides the graphics context associated with the window for the current thread.

Original signature is '- (NSGraphicsContext *)graphicsContext'

Available in Mac OS X v10.4 and later.

(Inherited from NSWindow.)
GState

Returns the window’s graphics state object.

Original signature is '- (NSInteger)gState'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
HasDynamicDepthLimit

Indicates whether the window’s depth limit can change to match the depth of the screen it’s on.

Original signature is '- (BOOL)hasDynamicDepthLimit'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
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.)
HasShadow

Indicates whether the window has a shadow.

Original signature is '- (BOOL)hasShadow'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
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.)
HidesOnDeactivate

Indicates whether the window is removed from the screen when its application becomes inactive.

Original signature is '- (BOOL)hidesOnDeactivate'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
IgnoresMouseEvents

Indicates whether the window is transparent to mouse events.

Original signature is '- (BOOL)ignoresMouseEvents'

Available in Mac OS X v10.2 and later.

(Inherited from NSWindow.)
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.)
InitialFirstResponder

Returns view that’s made first responder the first time the window is placed onscreen.

Original signature is '- (NSView *)initialFirstResponder'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
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.)
InitWithContentRectStyleMaskBackingDefer(NSRect, NSWindowStyleMask, NSBackingStoreType, Boolean)

Initializes the window with the specified values.

Original signature is '- (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)windowStyle backing:(NSBackingStoreType)bufferingType defer:(BOOL)deferCreation'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
InitWithContentRectStyleMaskBackingDeferScreen(NSRect, NSWindowStyleMask, NSBackingStoreType, Boolean, NSScreen)

Initializes an allocated window with the specified values.

Original signature is '- (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)windowStyle backing:(NSBackingStoreType)bufferingType defer:(BOOL)deferCreation screen:(NSScreen *)screen'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
InitWithWindowRef(IntPtr)

Returns a Cocoa window created from a Carbon window.

Original signature is '- (NSWindow *)initWithWindowRef:(void *)carbonWindowRef'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
InLiveResize

Indicates whether the window is being resized by the user.

Original signature is '- (BOOL)inLiveResize'

Available in Mac OS X v10.6 and later.

(Inherited from NSWindow.)
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.)
InvalidateCursorRectsForView(NSView)

Marks as invalid the cursor rectangles of a given NSView object in the window’s view hierarchy, so they’ll be set up again when the window becomes key (or immediately if the window is key).

Original signature is '- (void)invalidateCursorRectsForView:(NSView *)view'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
InvalidateShadow()()()()

Invalidates the window shadow so that it is recomputed based on the current window shape.

Original signature is '- (void)invalidateShadow'

Available in Mac OS X v10.2 and later.

(Inherited from NSWindow.)
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.)
IsAutodisplay

Indicates whether the window automatically displays views that need to be displayed.

Original signature is '- (BOOL)isAutodisplay'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
IsDocumentEdited

Indicates whether the window’s document has been edited.

Original signature is '- (BOOL)isDocumentEdited'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
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.)
IsExcludedFromWindowsMenu

Indicates whether the window is excluded from the application’s Windows menu.

Original signature is '- (BOOL)isExcludedFromWindowsMenu'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
IsFloatingPanel

Indicates whether the receiver is a floating panel.

Original signature is '- (BOOL)isFloatingPanel'

Available in Mac OS X v10.0 and later.


IsFlushWindowDisabled

Indicates whether the window’s flushing ability is disabled.

Original signature is '- (BOOL)isFlushWindowDisabled'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
IsKeyWindow

Indicates whether the window is the key window for the application.

Original signature is '- (BOOL)isKeyWindow'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
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.)
IsMainWindow

Indicates whether the window is the application’s main window.

Original signature is '- (BOOL)isMainWindow'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
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.)
IsMiniaturized

Indicates whether the window is minimized.

Original signature is '- (BOOL)isMiniaturized'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
IsMovable

Indicates whether the window can be moved by clicking in its title bar or background.

Original signature is '- (BOOL)isMovable'

Available in Mac OS X v10.6 and later.

(Inherited from NSWindow.)
IsMovableByWindowBackground

Indicates whether the window is movable by clicking and dragging anywhere in its background.

Original signature is '- (BOOL)isMovableByWindowBackground'

Available in Mac OS X v10.2 and later.

(Inherited from NSWindow.)
IsOnActiveSpace

Indicates whether the window is on the currently active space.

Original signature is '- (BOOL)isOnActiveSpace'

Available in Mac OS X v10.6 and later.

(Inherited from NSWindow.)
IsOneShot

Indicates whether the window device the window manages is freed when it’s removed from the screen list.

Original signature is '- (BOOL)isOneShot'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
IsOpaque

Indicates whether the window is opaque.

Original signature is '- (BOOL)isOpaque'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
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.)
IsReleasedWhenClosed

Indicates whether the window is released when it receives the close message.

Original signature is '- (BOOL)isReleasedWhenClosed'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
IsSheet

Indicates whether the window has ever run as a modal sheet.

Original signature is '- (BOOL)isSheet'

Available in Mac OS X v10.1 and later.

(Inherited from NSWindow.)
IsVisible

Indicates whether the window is visible onscreen (even when It’s obscured by other windows).

Original signature is '- (BOOL)isVisible'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
IsZoomed

Returns a Boolean value that indicates whether the window is in a zoomed state.

Original signature is '- (BOOL)isZoomed'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
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.)
KeyViewSelectionDirection

Returns the direction the window is currently using to change the key view.

Original signature is '- (NSSelectionDirection)keyViewSelectionDirection'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
Level

Returns the window level of the window.

Original signature is '- (NSInteger)level'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
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.)
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.)
MakeFirstResponder(NSResponder)

Attempts to make a given responder the first responder for the window.

Original signature is '- (BOOL)makeFirstResponder:(NSResponder *)responder'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
MakeKeyAndOrderFront(Id)

Moves the window to the front of the screen list, within its level, and makes it the key window; that is, it shows the window.

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

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
MakeKeyWindow()()()()

Makes the window the key window.

Original signature is '- (void)makeKeyWindow'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
MakeMainWindow()()()()

Makes the window the main window.

Original signature is '- (void)makeMainWindow'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
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.)
MaxSize

Returns the maximum size to which the window’s frame (including its title bar) can be sized.

Original signature is '- (NSSize)maxSize'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
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.)
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.)
Miniaturize(Id)

Removes the window from the screen list and displays the minimized window in the Dock.

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

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
MiniwindowImage

Returns the custom miniaturized window image of the window.

Original signature is '- (NSImage *)miniwindowImage'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
MiniwindowTitle

Returns the title displayed in the window’s minimized window.

Original signature is '- (NSString *)miniwindowTitle'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
MinSize

Returns the minimum size to which the window’s frame (including its title bar) can be sized.

Original signature is '- (NSSize)minSize'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
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.)
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.)
MouseLocationOutsideOfEventStream

Returns the current location of the pointer reckoned in the window’s base coordinate system.

Original signature is '- (NSPoint)mouseLocationOutsideOfEventStream'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
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.)
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.)
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.)
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.)
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.)
NextEventMatchingMask(NSEventMask)

Returns the next event matching a given mask.

Original signature is '- (NSEvent *)nextEventMatchingMask:(NSUInteger)eventMask'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
NextEventMatchingMaskUntilDateInModeDequeue(NSEventMask, NSDate, NSString, Boolean)

Forwards the message to the global NSApplication object, NSApp.

Original signature is '- (NSEvent *)nextEventMatchingMask:(NSUInteger)eventMask untilDate:(NSDate *)expirationDate inMode:(NSString *)runLoopMode dequeue:(BOOL)dequeue'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
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.)
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.)
NSAlertAlternateReturn

The user pressed the alternate button.

Available in Mac OS X v10.0 and later.


NSAlertDefaultReturn

The user pressed the default button.

Available in Mac OS X v10.0 and later.


NSAlertErrorReturn

The alert cannot identify the reason it was closed; it may have been closed by an external source or by a button other than those listed above.

Available in Mac OS X v10.0 and later.


NSAlertOtherReturn

The user pressed a second alternate button.

Available in Mac OS X v10.0 and later.


NSCancelButton

The Cancel button

Available in Mac OS X v10.0 and later.


NSOKButton

The OK button

Available in Mac OS X v10.0 and later.


NSPanelClass
Static field for a quick access to the NSPanel class.

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.)
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.)
OrderBack(Id)

Moves the window to the back of its level in the screen list, without changing either the key window or the main window.

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

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
OrderFront(Id)

Moves the window to the front of its level in the screen list, without changing either the key window or the main window.

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

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
OrderFrontRegardless()()()()

Moves the window to the front of its level, even if its application isn’t active, without changing either the key window or the main window.

Original signature is '- (void)orderFrontRegardless'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
OrderOut(Id)

Removes the window from the screen list, which hides the window.

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

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
OrderWindowRelativeTo(NSWindowOrderingMode, NSInteger)

Repositions the window’s window device in the window server’s screen list.

Original signature is '- (void)orderWindow:(NSWindowOrderingMode)orderingMode relativeTo:(NSInteger)otherWindowNumber'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
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.)
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.)
ParentWindow

Returns the parent window to which the window is attached as a child.

Original signature is '- (NSWindow *)parentWindow'

Available in Mac OS X v10.2 and later.

(Inherited from NSWindow.)
PerformClose(Id)

This action method simulates the user clicking the close button by momentarily highlighting the button and then closing the window.

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

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
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.)
PerformMiniaturize(Id)

Simulates the user clicking the minimize button by momentarily highlighting the button, then minimizing the window.

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

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
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.)
PerformZoom(Id)

This action method simulates the user clicking the zoom box by momentarily highlighting the button and then zooming the window.

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

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
PostEventAtStart(NSEvent, Boolean)

Forwards the message to the global NSApplication object, NSApp.

Original signature is '- (void)postEvent:(NSEvent *)event atStart:(BOOL)atStart'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
PreferredBackingLocation

Indicates the preferred location for the window’s backing store.

Original signature is '- (NSWindowBackingLocation)preferredBackingLocation'

Available in Mac OS X v10.5 and later.

(Inherited from NSWindow.)
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 whether the window tries to optimize user-initiated resize operations by preserving the content of views that have not changed.

Original signature is '- (BOOL)preservesContentDuringLiveResize'

Available in Mac OS X v10.4 and later.

(Inherited from NSWindow.)
PreventsApplicationTerminationWhenModal

Indicates whether the window prevents application termination when modal.

Original signature is '- (BOOL)preventsApplicationTerminationWhenModal'

Available in Mac OS X v10.6 and later.

(Inherited from NSWindow.)
Print(Id)

This action method runs the Print panel, and if the user chooses an option other than canceling, prints the window (its frame view and all subviews).

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

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
RecalculateKeyViewLoop()()()()

Marks the key view loop as dirty and in need of recalculation.

Original signature is '- (void)recalculateKeyViewLoop'

Available in Mac OS X v10.4 and later.

(Inherited from NSWindow.)
RegisterForDraggedTypes(NSArray)

Registers a give set of pasteboard types as the pasteboard types the window will accept as the destination of an image-dragging session.

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

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
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.)
RemoveChildWindow(NSWindow)

Detaches a given child window from the window.

Original signature is '- (void)removeChildWindow:(NSWindow *)childWindow'

Available in Mac OS X v10.2 and later.

(Inherited from NSWindow.)
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.)
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.)
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.)
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.)
RepresentedFilename

Returns the pathname of the file the window represents.

Original signature is '- (NSString *)representedFilename'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
RepresentedURL

Provides the URL of the file the window represents.

Original signature is '- (NSURL *)representedURL'

Available in Mac OS X v10.5 and later.

(Inherited from NSWindow.)
ResetCursorRects()()()()

Clears the window’s cursor rectangles and the cursor rectangles of the NSView objects in its view hierarchy.

Original signature is '- (void)resetCursorRects'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
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.)
ResignKeyWindow()()()()

Invoked automatically when the window resigns key window status; never invoke this method directly.

Original signature is '- (void)resignKeyWindow'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
ResignMainWindow()()()()

Invoked automatically when the window resigns main window status; never invoke this method directly.

Original signature is '- (void)resignMainWindow'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
ResizeFlags

Returns the flags field of the event record for the mouse-down event that initiated the resizing session.

Original signature is '- (NSInteger)resizeFlags'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
ResizeIncrements

Returns the window’s resizing increments.

Original signature is '- (NSSize)resizeIncrements'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
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.)
RestoreCachedImage()()()()

Splices the window’s cached image rectangles, if any, back into its raster image (and buffer if it has one), undoing the effect of any drawing performed within those areas since they were established using cacheImageInRect:.

Original signature is '- (void)restoreCachedImage'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
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.)
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.)
RunToolbarCustomizationPalette(Id)

The action method for the “Customize Toolbar…” menu item.

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

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
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.)
SaveFrameUsingName(NSString)

Saves the window’s frame rectangle in the user defaults system under a given name.

Original signature is '- (void)saveFrameUsingName:(NSString *)frameName'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
Screen

Returns the screen the window is on.

Original signature is '- (NSScreen *)screen'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
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.)
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.)
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.)
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.)
SelectKeyViewFollowingView(NSView)

Makes key the view that follows the given view.

Original signature is '- (void)selectKeyViewFollowingView:(NSView *)referenceView'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
SelectKeyViewPrecedingView(NSView)

Makes key the view that precedes the given view.

Original signature is '- (void)selectKeyViewPrecedingView:(NSView *)referenceView'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
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.)
SelectNextKeyView(Id)

This action method searches for a candidate next key view and, if it finds one, invokes makeFirstResponder: to establish it as the first responder.

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

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
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.)
SelectPreviousKeyView(Id)

This action method searches for a candidate previous key view and, if it finds one, invokes makeFirstResponder: to establish it as the first responder.

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

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
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.)
SendEvent(NSEvent)

This action method dispatches mouse and keyboard events sent to the window by the NSApplication object.

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

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
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.)
SetAutorecalculatesContentBorderThicknessForEdge(Boolean, NSRectEdge)

Specifies whether the window calculates the thickness of a given border automatically.

Original signature is '- (void)setAutorecalculatesContentBorderThickness:(BOOL)flag forEdge:(NSRectEdge)edge'

Available in Mac OS X v10.5 and later.

(Inherited from NSWindow.)
SetContentBorderThicknessForEdge(CGFloat, NSRectEdge)

Specifies the thickness of a given border of the window.

Original signature is '- (void)setContentBorderThickness:(CGFloat)thickness forEdge:(NSRectEdge)edge'

Available in Mac OS X v10.5 and later.

(Inherited from NSWindow.)
SetContentSize(NSSize)

Sets the size of the window’s content view to a given size, which is expressed in the window’s base coordinate system.

Original signature is '- (void)setContentSize:(NSSize)size'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
SetDelegate(Action<(Of <<'(NSPanel..::..NSPanelDelegateEventDispatcher>)>>))
Set the Delegate property of a NSPanel instance.

SetDelegate(Action<(Of <<'(NSWindow..::..NSWindowDelegateEventDispatcher>)>>))
Set the Delegate property of a NSWindow instance.
(Inherited from NSWindow.)
SetFrameAutosaveName(NSString)

Sets the name used to automatically save the window’s frame rectangle in the defaults system to a given name.

Original signature is '- (BOOL)setFrameAutosaveName:(NSString *)frameName'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
SetFrameDisplay(NSRect, Boolean)

Sets the origin and size of the window’s frame rectangle according to a given frame rectangle, thereby setting its position and size onscreen.

Original signature is '- (void)setFrame:(NSRect)windowFrame display:(BOOL)displayViews'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
SetFrameDisplayAnimate(NSRect, Boolean, Boolean)

Sets the origin and size of the window’s frame rectangle, with optional animation, according to a given frame rectangle, thereby setting its position and size onscreen.

Original signature is '- (void)setFrame:(NSRect)windowFrame display:(BOOL)displayViews animate:(BOOL)performAnimation'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
SetFrameFromString(NSString)

Sets the window’s frame rectangle from a given string representation.

Original signature is '- (void)setFrameFromString:(NSString *)frameString'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
SetFrameOrigin(NSPoint)

Positions the bottom-left corner of the window’s frame rectangle at a given point in screen coordinates.

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

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
SetFrameTopLeftPoint(NSPoint)

Positions the top-left corner of the window’s frame rectangle at a given point in screen coordinates.

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

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
SetFrameUsingName(NSString)

Sets the window’s frame rectangle by reading the rectangle data stored under a given name from the defaults system.

Original signature is '- (BOOL)setFrameUsingName:(NSString *)frameName'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
SetFrameUsingNameForce(NSString, Boolean)

Sets the window’s frame rectangle by reading the rectangle data stored under a given name from the defaults system. Can operate on nonresizable windows.

Original signature is '- (BOOL)setFrameUsingName:(NSString *)frameName force:(BOOL)force'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
SetInstanceVariable<(Of <<'(T>)>>)(String, T)
Sets the instance variable of the specified name.
(Inherited from Id.)
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.)
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.)
SetTitleWithRepresentedFilename(NSString)

Sets a given path as the window’s title, formatting it as a file-system path, and records this path as the window’s associated filename using setRepresentedFilename:.

Original signature is '- (void)setTitleWithRepresentedFilename:(NSString *)filePath'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
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.)
SharingType

Indicates the level of access other processes have to the window’s content.

Original signature is '- (NSWindowSharingType)sharingType'

Available in Mac OS X v10.5 and later.

(Inherited from NSWindow.)
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.)
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.)
ShowsResizeIndicator

Returns a Boolean value that indicates whether the window’s resize indicator is visible.

Original signature is '- (BOOL)showsResizeIndicator'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
ShowsToolbarButton

Indicates whether the toolbar control button is currently displayed.

Original signature is '- (BOOL)showsToolbarButton'

Available in Mac OS X v10.4 and later.

(Inherited from NSWindow.)
StandardWindowButton(NSWindowButton)

Returns the window button of a given window button kind in the window’s view hierarchy.

Original signature is '- (NSButton *)standardWindowButton:(NSWindowButton)windowButtonKind'

Available in Mac OS X v10.2 and later.

(Inherited from NSWindow.)
StringWithSavedFrame

Returns a string representation of the window’s frame rectangle.

Original signature is '- (NSString *)stringWithSavedFrame'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
StyleMask

Returns the window’s style mask, indicating what kinds of control items it displays.

Original signature is '- (NSUInteger)styleMask'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
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.)
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.)
Title

Returns either the string that appears in the title bar of the window, or the path to the represented file.

Original signature is '- (NSString *)title'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
ToggleToolbarShown(Id)

The action method for the “Hide Toolbar” menu item (which alternates with “Show Toolbar”).

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

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
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.)
Toolbar

Returns the window’s toolbar.

Original signature is '- (NSToolbar *)toolbar'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
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.)
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.)
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.)
UnregisterDraggedTypes()()()()

Unregisters the window as a possible destination for dragging operations.

Original signature is '- (void)unregisterDraggedTypes'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
Update()()()()

Updates the window.

Original signature is '- (void)update'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
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.)
UseOptimizedDrawing(Boolean)

Specifies whether the window is to optimize focusing and drawing when displaying its views.

Original signature is '- (void)useOptimizedDrawing:(BOOL)optimizedDrawing'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
UserSpaceScaleFactor

Returns the scale factor applied to the window.

Original signature is '- (CGFloat)userSpaceScaleFactor'

Available in Mac OS X v10.4 and later.

(Inherited from NSWindow.)
ValidateUserInterfaceItem(INSValidatedUserInterfaceItem)

Returns a Boolean value that indicates whether the sender should be enabled. (required)

Original signature is '- (BOOL)validateUserInterfaceItem:(id < NSValidatedUserInterfaceItem >)anItem'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
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.)
ViewsNeedDisplay

Indicates whether any of the window’s views need to be displayed.

Original signature is '- (BOOL)viewsNeedDisplay'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
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.)
WindowController

Returns the window’s window controller.

Original signature is '- (id)windowController'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
WindowNumber

Provides the window number of the window’s window device.

Original signature is '- (NSInteger)windowNumber'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
WindowRef

Returns the Carbon WindowRef associated with the window, creating one if necessary.

Original signature is '- (void *)windowRef'

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
WorksWhenModal

Indicates whether the receiver receives keyboard and mouse events even when some other window is being run modally.

Original signature is '- (BOOL)worksWhenModal'

Available in Mac OS X v10.0 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.)
Zoom(Id)

This action method toggles the size and location of the window between its standard state (provided by the application as the “best” size to display the window’s data) and its user state (a new size and location the user may have set by moving or resizing the window).

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

Available in Mac OS X v10.0 and later.

(Inherited from NSWindow.)
Inheritance Hierarchy
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)