www.gusucode.com > mbcguitools 工具箱 matlab 源码程序 > mbcguitools/@xregGui/@dividerline/doDelete.m

    function doDelete(h)
%DODELETE  Delete contained objects
%
%  h.doDelete;
%

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


if all(isgraphics(h.ControlH))
   delete(h.ControlH);
end