INSPopoverDelegate インターフェイス

定義

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

プロパティ

Handle

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

(継承元 INativeObject)

拡張メソッド

DidClose(INSPopoverDelegate, NSNotification)
DidDetach(INSPopoverDelegate, NSPopover)
DidShow(INSPopoverDelegate, NSNotification)
GetDetachableWindowForPopover(INSPopoverDelegate, NSPopover)
ShouldClose(INSPopoverDelegate, NSPopover)
WillClose(INSPopoverDelegate, NSNotification)
WillShow(INSPopoverDelegate, NSNotification)

適用対象