www.gusucode.com > mbcview 工具箱matlab源码程序 > mbcview/@cgtradeoffgui/@tableSetupList/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 2000-2004 The MathWorks, Inc. and Ford Global Technologies, Inc.


obj.hList.Enable = val.NewValue;