次の方法で共有


INSPathControlDelegate インターフェイス

定義

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

プロパティ

Handle

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

(継承元 INativeObject)

拡張メソッド

AcceptDrop(INSPathControlDelegate, NSPathControl, NSDraggingInfo)
ShouldDragItem(INSPathControlDelegate, NSPathControl, NSPathControlItem, NSPasteboard)
ShouldDragPathComponentCell(INSPathControlDelegate, NSPathControl, NSPathComponentCell, NSPasteboard)
ValidateDrop(INSPathControlDelegate, NSPathControl, NSDraggingInfo)
WillDisplayOpenPanel(INSPathControlDelegate, NSPathControl, NSOpenPanel)
WillPopUpMenu(INSPathControlDelegate, NSPathControl, NSMenu)

適用対象