MonobjcMonobjc Documented Class Library
INSPanelDelegate Interface
NamespacesMonobjc.AppKitINSPanelDelegate

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

Declaration Syntax
C#Visual BasicVisual C++
public interface INSPanelDelegate : IManagedWrapper, 
	INSWindowDelegate
Public Interface INSPanelDelegate _
	Inherits IManagedWrapper, INSWindowDelegate
public interface class INSPanelDelegate : IManagedWrapper, 
	INSWindowDelegate
Members
All MembersMethodsProperties



IconMemberDescription
CastAs<(Of <<'(T>)>>)()()()()
Try to cast the current instance to the given type. The cast is dynamically tested for safety.
(Inherited from IManagedWrapper.)
CastTo<(Of <<'(T>)>>)()()()()
Cast the current instance to the given type. The cast is dynamically tested for safety.
(Inherited from IManagedWrapper.)
NativePointer

Gets the underlying native pointer.

(Inherited from IManagedWrapper.)
SendMessage(String, array<Object>[]()[][])

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

(Inherited from IManagedWrapper.)
SendMessage<(Of <<'(TReturnType>)>>)(String, array<Object>[]()[][])

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

(Inherited from IManagedWrapper.)
SendMessageSuper(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

(Inherited from IManagedWrapper.)
SendMessageSuper<(Of <<'(TReturnType>)>>)(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

(Inherited from IManagedWrapper.)
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 IManagedWrapper.)
SendMessageSuperVarArgs<(Of <<'(TReturnType>)>>)(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 IManagedWrapper.)
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 IManagedWrapper.)
SendMessageVarArgs<(Of <<'(TReturnType>)>>)(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 IManagedWrapper.)
WindowDidBecomeKey(NSNotification)

Informs the delegate that the window has become the key window.

Original signature is '- (void)windowDidBecomeKey:(NSNotification *)notification'

Available in Mac OS X v10.0 and later.

(Inherited from INSWindowDelegate.)
WindowDidBecomeMain(NSNotification)

Informs the delegate that the window has become main.

Original signature is '- (void)windowDidBecomeMain:(NSNotification *)notification'

Available in Mac OS X v10.0 and later.

(Inherited from INSWindowDelegate.)
WindowDidChangeScreen(NSNotification)

Tells the delegate that the window has changed screens.

Original signature is '- (void)windowDidChangeScreen:(NSNotification *)notification'

Available in Mac OS X v10.0 and later.

(Inherited from INSWindowDelegate.)
WindowDidChangeScreenProfile(NSNotification)

Tells the delegate that the window has changed screen display profiles.

Original signature is '- (void)windowDidChangeScreenProfile:(NSNotification *)notification'

Available in Mac OS X v10.4 and later.

(Inherited from INSWindowDelegate.)
WindowDidDeminiaturize(NSNotification)

Tells the delegate that the window has been deminimized.

Original signature is '- (void)windowDidDeminiaturize:(NSNotification *)notification'

Available in Mac OS X v10.0 and later.

(Inherited from INSWindowDelegate.)
WindowDidEndLiveResize(NSNotification)

Informs the delegate that a live resize operation on the window has ended.

Original signature is '- (void)windowDidEndLiveResize:(NSNotification *)notification'

Available in Mac OS X v10.6 and later.

(Inherited from INSWindowDelegate.)
WindowDidEndSheet(NSNotification)

Tells the delegate that the window has closed a sheet.

Original signature is '- (void)windowDidEndSheet:(NSNotification *)notification'

Available in Mac OS X v10.1 and later.

(Inherited from INSWindowDelegate.)
WindowDidExpose(NSNotification)

Tells the delegate that the window has been exposed.

Original signature is '- (void)windowDidExpose:(NSNotification *)notification'

Available in Mac OS X v10.0 and later.

(Inherited from INSWindowDelegate.)
WindowDidMiniaturize(NSNotification)

Tells the delegate that the window has been minimized.

Original signature is '- (void)windowDidMiniaturize:(NSNotification *)notification'

Available in Mac OS X v10.0 and later.

(Inherited from INSWindowDelegate.)
WindowDidMove(NSNotification)

Tells the delegate that the window has moved.

Original signature is '- (void)windowDidMove:(NSNotification *)notification'

Available in Mac OS X v10.0 and later.

(Inherited from INSWindowDelegate.)
WindowDidResignKey(NSNotification)

Informs the delegate that the window has resigned key window status.

Original signature is '- (void)windowDidResignKey:(NSNotification *)notification'

Available in Mac OS X v10.0 and later.

(Inherited from INSWindowDelegate.)
WindowDidResignMain(NSNotification)

Informs the delegate that the window has resigned main window status.

Original signature is '- (void)windowDidResignMain:(NSNotification *)notification'

Available in Mac OS X v10.0 and later.

(Inherited from INSWindowDelegate.)
WindowDidResize(NSNotification)

Informs the delegate that the window has been resized.

Original signature is '- (void)windowDidResize:(NSNotification *)notification'

Available in Mac OS X v10.0 and later.

(Inherited from INSWindowDelegate.)
WindowDidUpdate(NSNotification)

Tells the delegate that the window received an update message.

Original signature is '- (void)windowDidUpdate:(NSNotification *)notification'

Available in Mac OS X v10.0 and later.

(Inherited from INSWindowDelegate.)
WindowShouldClose(Id)

Tells the delegate that the user has attempted to close a window or the window has received a performClose: message.

Original signature is '- (BOOL)windowShouldClose:(id)sender'

Available in Mac OS X v10.0 and later.

(Inherited from INSWindowDelegate.)
WindowShouldDragDocumentWithEventFromWithPasteboard(NSWindow, NSEvent, NSPoint, NSPasteboard)

Asks the delegate whether a user can drag the document icon from the window’s title bar.

Original signature is '- (BOOL)window:(NSWindow *)window shouldDragDocumentWithEvent:(NSEvent *)event from:(NSPoint)dragImageLocation withPasteboard:(NSPasteboard *)pasteboard'

Available in Mac OS X v10.5 and later.

(Inherited from INSWindowDelegate.)
WindowShouldPopUpDocumentPathMenu(NSWindow, NSMenu)

Asks the delegate whether the window displays the title pop-up menu in response to a Command-click or Control-click on its title.

Original signature is '- (BOOL)window:(NSWindow *)window shouldPopUpDocumentPathMenu:(NSMenu *)menu'

Available in Mac OS X v10.5 and later.

(Inherited from INSWindowDelegate.)
WindowShouldZoomToFrame(NSWindow, NSRect)

Asks the delegate whether the specified window should zoom to the specified frame.

Original signature is '- (BOOL)windowShouldZoom:(NSWindow *)window toFrame:(NSRect)newFrame'

Available in Mac OS X v10.0 and later.

(Inherited from INSWindowDelegate.)
WindowWillBeginSheet(NSNotification)

Notifies the delegate that the window is about to open a sheet.

Original signature is '- (void)windowWillBeginSheet:(NSNotification *)notification'

Available in Mac OS X v10.1 and later.

(Inherited from INSWindowDelegate.)
WindowWillClose(NSNotification)

Tells the delegate that the window is about to close.

Original signature is '- (void)windowWillClose:(NSNotification *)notification'

Available in Mac OS X v10.0 and later.

(Inherited from INSWindowDelegate.)
WindowWillMiniaturize(NSNotification)

Tells the delegate that the window is about to be minimized.

Original signature is '- (void)windowWillMiniaturize:(NSNotification *)notification'

Available in Mac OS X v10.0 and later.

(Inherited from INSWindowDelegate.)
WindowWillMove(NSNotification)

Tells the delegate that the window is about to move.

Original signature is '- (void)windowWillMove:(NSNotification *)notification'

Available in Mac OS X v10.0 and later.

(Inherited from INSWindowDelegate.)
WindowWillPositionSheetUsingRect(NSWindow, NSWindow, NSRect)

Tells the delegate that the window is about to show a sheet at the specified location, giving it the opportunity to return a custom location for the attachment of the sheet to the window.

Original signature is '- (NSRect)window:(NSWindow *)window willPositionSheet:(NSWindow *)sheet usingRect:(NSRect)rect'

Available in Mac OS X v10.3 and later.

(Inherited from INSWindowDelegate.)
WindowWillResizeToSize(NSWindow, NSSize)

Tells the delegate that the window is being resized (whether by the user or through one of the setFrame... methods other than setFrame:display:).

Original signature is '- (NSSize)windowWillResize:(NSWindow *)sender toSize:(NSSize)frameSize'

Available in Mac OS X v10.0 and later.

(Inherited from INSWindowDelegate.)
WindowWillReturnFieldEditorToObject(NSWindow, Id)

Tells the delegate that the field editor for a text-displaying object has been requested.

Original signature is '- (id)windowWillReturnFieldEditor:(NSWindow *)sender toObject:(id)client'

Available in Mac OS X v10.0 and later.

(Inherited from INSWindowDelegate.)
WindowWillReturnUndoManager(NSWindow)

Tells the delegate that the window’s undo manager has been requested. Returns the appropriate undo manager for the window.

Original signature is '- (NSUndoManager *)windowWillReturnUndoManager:(NSWindow *)window'

Available in Mac OS X v10.0 and later.

(Inherited from INSWindowDelegate.)
WindowWillStartLiveResize(NSNotification)

Informs the delegate that the window is about to be live resized.

Original signature is '- (void)windowWillStartLiveResize:(NSNotification *)notification'

Available in Mac OS X v10.6 and later.

(Inherited from INSWindowDelegate.)
WindowWillUseStandardFrameDefaultFrame(NSWindow, NSRect)

Invoked by NSWindow’s zoom: method while determining the frame a window may be zoomed to.

Original signature is '- (NSRect)windowWillUseStandardFrame:(NSWindow *)window defaultFrame:(NSRect)newFrame'

Available in Mac OS X v10.0 and later.

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