www.gusucode.com > 《matlab图像处理与界面编程宝典》秦襄培 编著,每章的MATLAB源代码程序 > 第28章/代码28-7.txt

    
active.BackgroundColor = [.7 .7 .7];              % 结构属性
active.Enable = 'on';                             % 结构属性
active.ForegroundColor = [0 0 0];                 % 结构属性
	set(findobj(gcf,'Type','uicontrol'),active)
active