NSToolbarDelegate.WillInsertItem(NSToolbar, String, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("toolbar:itemForItemIdentifier:willBeInsertedIntoToolbar:")]
public virtual AppKit.NSToolbarItem WillInsertItem (AppKit.NSToolbar toolbar, string itemIdentifier, bool willBeInserted);
abstract member WillInsertItem : AppKit.NSToolbar * string * bool -> AppKit.NSToolbarItem
override this.WillInsertItem : AppKit.NSToolbar * string * bool -> AppKit.NSToolbarItem
Parameters
- toolbar
- NSToolbar
- itemIdentifier
- String
- willBeInserted
- Boolean
Returns
- Attributes