INSToolbarDelegate Interface

Definition

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

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Extension Methods

AllowedItemIdentifiers(INSToolbarDelegate, NSToolbar)
DefaultItemIdentifiers(INSToolbarDelegate, NSToolbar)
DidRemoveItem(INSToolbarDelegate, NSNotification)
SelectableItemIdentifiers(INSToolbarDelegate, NSToolbar)
WillAddItem(INSToolbarDelegate, NSNotification)
WillInsertItem(INSToolbarDelegate, NSToolbar, String, Boolean)

Applies to