Chapter Contents

Previous

Next
Check Box: _activate

Check Box: _activate



Turns the check box on or off, or grays or ungrays it


Syntax
Details
See Also

Syntax

CALL NOTIFY (check-box-name, '_activate', action);

Description
specifies a value that indicates the action to apply to the check box:


>0 turns on the check box


0 turns off the check box


<0 toggles the check box gray or ungray


Details

Users cannot select a grayed check box. This method is compatible with the ACTIVATE function in SCL.

See Also

_gray and _ungray in the Widget class.


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.