INSStackViewDelegate Interface

Definition

[Foundation.Protocol(Name="NSStackViewDelegate", WrapperType=typeof(AppKit.NSStackViewDelegateWrapper))]
public interface INSStackViewDelegate : IDisposable, ObjCRuntime.INativeObject
type INSStackViewDelegate = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Extension Methods

DidReattachViews(INSStackViewDelegate, NSStackView, NSView[])
WillDetachViews(INSStackViewDelegate, NSStackView, NSView[])

Applies to