%UICONTEXTMENU Create user interface context menu.
%   UICONTEXTMENU('PropertyName1',value1,'PropertyName2',value2,...)
%   creates a context menu and returns a handle to it. To attach a
%   context menu to an object, set the object's UICONTEXTMENU
%   property to the handle returned by the UICONTEXTMENU function.
%   Menu items can be added to the context menu using the UIMENU
%   function.
%
%   Context menu properties can be set at object creation time using
%   PropertyName/PropertyValue pair arguments to UICONTEXTMENU, or
%   changed later using the SET command.
%
%   Execute GET(H) to see a list of UICONTEXTMENU object properties
%   and their current values. Execute SET(H) to see a list of
%   UICONTEXTMENU object properties and legal property values. See
%   the reference guide for more information.
%
%   See also SET, GET, UIMENU.

%   Copyright 1984-2002 The MathWorks, Inc. 
%   $Revision: 1.6 $  $Date: 2002/04/10 17:08:08 $
%   Built-in function.
