Chapter Contents

Previous

Next
Radio Box: _activate

Radio Box: _activate



Turns on a specified radio button, or grays or ungrays it


Syntax
Details
See Also

Syntax

CALL NOTIFY (radio-box-name, '_activate', button);

Argument Type Description
button
N specifies the number of the button to which the method applies:


>0 turns on the specified button


<0 toggles gray or ungray the specified button


0 no effect


Details

If the button number is positive, the button is turned on and any previously selected button is turned off. If the button number is negative, the button is grayed or ungrayed, depending on its previous state. Users cannot select a grayed button.

See Also

_gray, _ungray, and _setValue in the Widget class


Chapter Contents

Previous

Next

Top of Page

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