BBjInputNSpinner::setNegateable
Description
Sets whether the BBjInputNSpinner control will accept negative values.
Syntax
Return Value |
Method |
void |
setNegateable(boolean negateable) |
Parameters
Variable |
Description |
---|---|
negateable |
Specifies whether the BBjInputNSpinner will accept negative values. false (0) = Negative values are not accepted. true (1) = Negative values are accepted. |
Return Value
None.
Remarks
Negative values are initially accepted unless the !IRULES creation flag $10$ is specified.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.