Edit

Share via


NSTabViewController.WillInsertItem(NSToolbar, String, Boolean) Method

Definition

[Foundation.Advice("Overriding this method requires a call to the overriden method.")]
[Foundation.Export("toolbar:itemForItemIdentifier:willBeInsertedIntoToolbar:")]
[ObjCRuntime.RequiresSuper]
public virtual AppKit.NSToolbarItem WillInsertItem(AppKit.NSToolbar toolbar, string itemIdentifier, bool willBeInserted);

Parameters

toolbar
NSToolbar
itemIdentifier
String
willBeInserted
Boolean

Returns

Attributes

Applies to