www.gusucode.com > mbcview 工具箱matlab源码程序 > mbcview/@cgtools/@lookup2editor/canCopy.m

    function ret = canCopy(obj)
%CANCOPY Check whether the current selection can be copied
%
%  CANCOPY(OBJ) returns true if the current table selection can be copied
%  to the clipboard.

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


ret = obj.Table.Peer.canCopy;