BBjImageCtrl::setDisableable
Description
In BBj 15.00 and higher, this method sets whether the BBjImageCtrl will be grayed out when it's disabled.
Syntax
Return Value |
Method |
void |
setDisableable(boolean p_disableable) |
Parameters
Return Value |
Method |
p_disableable |
Specifies
whether the BBjImageCtrl
should be grayed out when it's disabled. |
Return Value
None.
Remarks
By default, the BBjImageCtrl is not grayed out when it's disabled; the disabled control is visually indistinguishable from the enabled control. To change the default behavior, see STBL("!COMPAT","IMAGECTRL_DISABLEABLE").
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.