Allows the delegate to supply a dock menu for the application dynamically.
Original signature is '- (NSMenu *)applicationDockMenu:(NSApplication *)sender'
Available in Mac OS X v10.1 and later.

C# | Visual Basic | Visual C++ |
NSMenu ApplicationDockMenu( NSApplication sender )
Function ApplicationDockMenu ( _ sender As NSApplication _ ) As NSMenu
NSMenu^ ApplicationDockMenu( NSApplication^ sender )

- sender (NSApplication)
- The application object associated with the delegate.

The menu to display in the dock.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)