www.gusucode.com > mbcguitools 工具箱 matlab 源码程序 > mbcguitools/@mbcmultiview/@Action/numRequiredMenus.m

    function N = numRequiredMenus(obj)
%NUMREQUIREDMENUS Get the number of menus that this action requires
%
%  N = NUMREQUIREDMENUS(OBJ) returns an integer that is the number of menus
%  that an action will make when createMenuItem is called.

%  Copyright 2005 The MathWorks, Inc. and Ford Global Technologies, Inc.


N = 1;