共用方式為


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

傳回值

適用於