Handles the close AppleScript command by attempting to close the window (and its associated document, if any).
Original signature is '- (id)handleCloseScriptCommand:(NSCloseCommand *)command'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
Id HandleCloseScriptCommand( NSCloseCommand command )
Function HandleCloseScriptCommand ( _ command As NSCloseCommand _ ) As Id
Id^ HandleCloseScriptCommand( NSCloseCommand^ command )

- command (NSCloseCommand)
- MISSING

[Missing <returns> documentation for "M:Monobjc.AppKit.INSWindowScripting.HandleCloseScriptCommand(Monobjc.Foundation.NSCloseCommand)"]

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