BBjImageCtrl::isDisableable
Description
In BBj 15.00 and higher, this method returns a boolean indicating whether the BBjImageCtrl will be grayed out when it's disabled.
Syntax
|
Return Value |
Method |
|---|---|
|
boolean |
isDisableable() |
Parameters
None.
Return Value
Returns a boolean indicating whether the BBjImageCtrl will be grayed out when it's disabled.
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
This example will only run with an image named "bbj.ico" in the same directory as the code, or another image called out in place of "bbj.ico" in the code.
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.