www.gusucode.com > mbcview 工具箱matlab源码程序 > mbcview/@cgtradeofftblnode/cancopy.m

    function ret = cancopy(nd)
% CANCOPY  Indicate whether node can copy data
%
%  OUT=CANCOPY(NODE) returns 1/0 to indicate whether the node is currently
%  in a state to return copied data.
%

%  Copyright 2000-2004 The MathWorks, Inc. and Ford Global Technologies, Inc.


c = cgbrowser;
d = c.getViewData(guid(nd));
ret = d.GUI.TableView.cancopy;