function printsetup(this,prop,value)
% PRINTSETUP sets the visibility specified in 'value' to the HG objects in
% the Object 'this'
%   Author: Kamesh Subbarao
%   Copyright 1986-2002 The MathWorks, Inc. 
%   $Revision: 1.1 $  $Date: 2002/05/06 15:51:57 $

hg = this.HG;
set([hg.StatusBar;hg.StatusText;hg.StatusCheckBox],prop,value);
this.HG = hg;
