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.

Applies to