I tried calling...
NSApplication.SharedApplication.Delegate.OrderFrontStandardAboutPanel(this);
from a controller on a popup menu, but it bombs with a...
You_Should_Not_Call_base_In_This_Method
exception. Are we just out of luck with utilizing this built-in panel? I know I can create my own, but I'd love to save the time.