NSToolbarWillInsert 委托

定义

public delegate AppKit.NSToolbarItem NSToolbarWillInsert(NSToolbar toolbar, string itemIdentifier, bool willBeInserted);
type NSToolbarWillInsert = delegate of NSToolbar * string * bool -> NSToolbarItem

参数

toolbar
NSToolbar
itemIdentifier
String
willBeInserted
Boolean

返回值

适用于