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

    function val = pPostSetEnable(obj, val)
%PPOSTSETENABLE Respond to enable being set
%
%  PPOSTSETENABLE(OBJ, EVT) is called after the object's enable property
%  has been set.

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


obj.super('pPostSetEnable', val);

set([obj.RowHeaderObjects(:); obj.ColumnHeaderObjects(:); obj.MainObjects(:)], ...
    'Enable', obj.Enable);