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

    function val = pSetEnable(obj, val)
%PSETENABLE Perform enable-setting operations
%
%  VAL = PSETENABLE(OBJ, VAL) is called during the setting of the enable
%  property.

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


% Overload this method to carry out any special processing during a call that
% sets the Enable state for a derived object