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

    function ret = cancopy(obj)
%CANCOPY Check whether table can currently copy it's data
%
%  CANCOPY(OBJ) returns true if the table has data and a selection that
%  allow copying to the clipboard.

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


ret = obj.hTable.Peer.canCopy;