Package ilcd
Class GraphicInfo
boolean isDisabled()
_INSERT_METHOD_SIGNATURE_HERE_
Description:
| Returns | Description |
|---|---|
| isDisabled | whether the graphic is disabled or not |
This method returns true if the graphic is disabled.
Example
if (Control.getGraphicInfo(1).isDisabled())
{
Draw.writeText(" This graphic is disabled! ");
}
else
{
Draw.writeText(" This graphic is not disabled! ");
}
See also:
Copyright © demmel products gmbh. All rights reserved.