getEnabled (print applet)

Syntax

boolean getEnabled()

Description

The getEnabled method lets you check whether a print applet can be the working applet.

getEnabled returns true if a print applet can be the working applet and false if it can't.

Examples

amIEnabled = getEnabled();

Determines whether the print applet can be the working applet.

Related topics
  • Print applet
  • setActive (print applet)
  • getActive (print applet)
  • setEnabled (print applet)