INSWindowDelegate インターフェイス

定義

[Foundation.Protocol(Name="NSWindowDelegate", WrapperType=typeof(AppKit.NSWindowDelegateWrapper))]
public interface INSWindowDelegate : IDisposable, ObjCRuntime.INativeObject
type INSWindowDelegate = interface
    interface INativeObject
    interface IDisposable
派生
属性
実装

プロパティ

Handle

アンマネージド オブジェクト表現へのハンドル (ポインター)。

(継承元 INativeObject)

拡張メソッド

CustomWindowsToEnterFullScreen(INSWindowDelegate, NSWindow)
CustomWindowsToExitFullScreen(INSWindowDelegate, NSWindow)
DidBecomeKey(INSWindowDelegate, NSNotification)
DidBecomeMain(INSWindowDelegate, NSNotification)
DidChangeBackingProperties(INSWindowDelegate, NSNotification)
DidChangeScreen(INSWindowDelegate, NSNotification)
DidChangeScreenProfile(INSWindowDelegate, NSNotification)
DidDecodeRestorableState(INSWindowDelegate, NSWindow, NSCoder)
DidDeminiaturize(INSWindowDelegate, NSNotification)
DidEndLiveResize(INSWindowDelegate, NSNotification)
DidEndSheet(INSWindowDelegate, NSNotification)
DidEnterFullScreen(INSWindowDelegate, NSNotification)
DidEnterVersionBrowser(INSWindowDelegate, NSNotification)
DidExitFullScreen(INSWindowDelegate, NSNotification)
DidExitVersionBrowser(INSWindowDelegate, NSNotification)
DidExpose(INSWindowDelegate, NSNotification)
DidFailToEnterFullScreen(INSWindowDelegate, NSWindow)
DidFailToExitFullScreen(INSWindowDelegate, NSWindow)
DidMiniaturize(INSWindowDelegate, NSNotification)
DidMove(INSWindowDelegate, NSNotification)
DidResignKey(INSWindowDelegate, NSNotification)
DidResignMain(INSWindowDelegate, NSNotification)
DidResize(INSWindowDelegate, NSNotification)
DidUpdate(INSWindowDelegate, NSNotification)
ShouldDragDocumentWithEvent(INSWindowDelegate, NSWindow, NSEvent, CGPoint, NSPasteboard)
ShouldPopUpDocumentPathMenu(INSWindowDelegate, NSWindow, NSMenu)
ShouldZoom(INSWindowDelegate, NSWindow, CGRect)
StartCustomAnimationToEnterFullScreen(INSWindowDelegate, NSWindow, Double)
StartCustomAnimationToExitFullScreen(INSWindowDelegate, NSWindow, Double)
WillBeginSheet(INSWindowDelegate, NSNotification)
WillClose(INSWindowDelegate, NSNotification)
WillEncodeRestorableState(INSWindowDelegate, NSWindow, NSCoder)
WillEnterFullScreen(INSWindowDelegate, NSNotification)
WillEnterVersionBrowser(INSWindowDelegate, NSNotification)
WillExitFullScreen(INSWindowDelegate, NSNotification)
WillExitVersionBrowser(INSWindowDelegate, NSNotification)
WillMiniaturize(INSWindowDelegate, NSNotification)
WillMove(INSWindowDelegate, NSNotification)
WillPositionSheet(INSWindowDelegate, NSWindow, NSWindow, CGRect)
WillResize(INSWindowDelegate, NSWindow, CGSize)
WillResizeForVersionBrowser(INSWindowDelegate, NSWindow, CGSize, CGSize)
WillReturnFieldEditor(INSWindowDelegate, NSWindow, NSObject)
WillReturnUndoManager(INSWindowDelegate, NSWindow)
WillStartLiveResize(INSWindowDelegate, NSNotification)
WillUseFullScreenContentSize(INSWindowDelegate, NSWindow, CGSize)
WillUseFullScreenPresentationOptions(INSWindowDelegate, NSWindow, NSApplicationPresentationOptions)
WillUseStandardFrame(INSWindowDelegate, NSWindow, CGRect)
WindowShouldClose(INSWindowDelegate, NSObject)

適用対象