BBjCheckBox::setEditable
Description
In BBj 3.01 and higher, this method sets whether the BBjCheckBox can be edited.
Syntax
Return Value |
Method |
void |
setEditable(boolean editable) |
Parameters
Variable |
Description |
editable |
Specifies the editability of the control. 0 = Not Editable 1 = Editable |
Return Value
None.
Remarks
By default, the BBjCheckBox is editable.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.