Share via


INSScrubberFlowLayoutDelegate Interface

Definition

This interface represents the Objective-C protocol NSScrubberFlowLayoutDelegate.

[Foundation.Protocol(Name="NSScrubberFlowLayoutDelegate", WrapperType=typeof(AppKit.NSScrubberFlowLayoutDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="Layout", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSScrubber), typeof(AppKit.NSScrubberFlowLayout), typeof(System.IntPtr) }, ReturnType=typeof(CoreGraphics.CGSize), Selector="scrubber:layout:sizeForItemAtIndex:")]
public interface INSScrubberFlowLayoutDelegate : AppKit.INSScrubberDelegate, IDisposable
[<Foundation.Protocol(Name="NSScrubberFlowLayoutDelegate", WrapperType=typeof(AppKit.NSScrubberFlowLayoutDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="Layout", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSScrubber), typeof(AppKit.NSScrubberFlowLayout), typeof(System.IntPtr) }, ReturnType=typeof(CoreGraphics.CGSize), Selector="scrubber:layout:sizeForItemAtIndex:")>]
type INSScrubberFlowLayoutDelegate = interface
    interface INativeObject
    interface IDisposable
    interface INSScrubberDelegate
Derived
Attributes
Implements

Remarks

A class that implements this interface (and subclasses NSObject) will be exported to Objective-C as implementing the Objective-C protocol this interface represents.

A class may also implement members from this interface to implement members from the protocol.

Properties

Name Description
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

Name Description
DidBeginInteracting(NSScrubber) (Inherited from INSScrubberDelegate)
DidCancelInteracting(NSScrubber) (Inherited from INSScrubberDelegate)
DidChangeVisible(NSScrubber, NSRange) (Inherited from INSScrubberDelegate)
DidFinishInteracting(NSScrubber) (Inherited from INSScrubberDelegate)
DidHighlightItem(NSScrubber, IntPtr) (Inherited from INSScrubberDelegate)
DidSelectItem(NSScrubber, IntPtr) (Inherited from INSScrubberDelegate)
Layout(NSScrubber, NSScrubberFlowLayout, IntPtr)

Extension Methods

Name Description
DidBeginInteracting(INSScrubberDelegate, NSScrubber)
DidCancelInteracting(INSScrubberDelegate, NSScrubber)
DidChangeVisible(INSScrubberDelegate, NSScrubber, NSRange)
DidFinishInteracting(INSScrubberDelegate, NSScrubber)
DidHighlightItem(INSScrubberDelegate, NSScrubber, IntPtr)
DidSelectItem(INSScrubberDelegate, NSScrubber, IntPtr)
Layout(INSScrubberFlowLayoutDelegate, NSScrubber, NSScrubberFlowLayout, IntPtr)
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)

Applies to