INSScrubberFlowLayoutDelegate インターフェイス

定義

[Foundation.Protocol(Name="NSScrubberFlowLayoutDelegate", WrapperType=typeof(AppKit.NSScrubberFlowLayoutDelegateWrapper))]
public interface INSScrubberFlowLayoutDelegate : AppKit.INSScrubberDelegate, IDisposable
type INSScrubberFlowLayoutDelegate = interface
    interface INativeObject
    interface IDisposable
    interface INSScrubberDelegate
派生
属性
実装

プロパティ

Handle

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

(継承元 INativeObject)

拡張メソッド

DidBeginInteracting(INSScrubberDelegate, NSScrubber)
DidCancelInteracting(INSScrubberDelegate, NSScrubber)
DidChangeVisible(INSScrubberDelegate, NSScrubber, NSRange)
DidFinishInteracting(INSScrubberDelegate, NSScrubber)
DidHighlightItem(INSScrubberDelegate, NSScrubber, nint)
DidSelectItem(INSScrubberDelegate, NSScrubber, nint)
Layout(INSScrubberFlowLayoutDelegate, NSScrubber, NSScrubberFlowLayout, nint)

適用対象