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

    function ret = canPaste(obj)
%CANPASTE Check whether the current selection can be pasted into
%
%  CANPASTE(OBJ) returns true if the current clipboard contents can be
%  pasted into the current table selection
%  Copyright 2000-2005 The MathWorks, Inc. and Ford Global Technologies, Inc.


ret = obj.Table.Peer.canPaste;