NSToolbarDelegate.WillInsertItem(NSToolbar, String, Boolean) 方法

定义

[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

参数

toolbar
NSToolbar
itemIdentifier
String
willBeInserted
Boolean

返回

属性

适用于