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

    function ret = canpaste(obj)
%CANPASTE Check whether table can currently paste data
%
%  CANCOPY(OBJ) returns true if the table a selection that allow pasting
%  from the clipboard.

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


ret = obj.hTable.Peer.canPaste;