function Menu = findMenu(this,Tag)
%FINDMENU  Finds right-click menu with specified tag.

%  Author(s): James Owen
%  Copyright 1986-2004 The MathWorks, Inc.
%  $Revision: 1.1.6.1 $ $Date: 2004/12/26 21:51:00 $
Menu = find(handle(this.UIcontextMenu),'Tag',Tag);