В стандарте немного не так: см. форму SysSQMSettings (не помню, была ли в 4.0, есть в 2009).
X++:
int mouseUp(int _x, int _y, int _button, boolean _ctrl, boolean _shift)
{
int ret;
infolog.urlLookup('http://go.microsoft.com/fwlink/?linkid=99099');
ret = super(_x, _y, _button, _ctrl, _shift);
return ret;
}