BBjToolButton::setToggleable
Description
Sets whether the BBjToolButton is toggleable.
Syntax
Return Value |
Method |
void |
setToggleable(boolean toggle) |
Parameters
Variable |
Description |
toggle |
Sets whether or not the tool button is toggleable. 0 = Not toggleable 1 = Toggleable |
Return Value
None.
Remarks
By default, the tool button is not toggleable.
If toggleable, the tool button will be "pushed in" when selected.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.