Package ilcd
Class GraphicInfo

Public Method isDisabled

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:

Control.getGraphicInfo(int)