www.gusucode.com > mbcguitools 工具箱 matlab 源码程序 > mbcguitools/@mbcwidgets/@abstractcomponent/canPrint.m

    function out = canPrint(obj)
%CANPRINT Check whether component can be printed
%
%  CANPRINT(OBJ) returns true if the component supports being printed.
%  Printable components should overload the printCopy method and possibly
%  the printSize method.

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


out = false;