InfoCenterVisible property
Determines if the InfoCenter is
displayed for the applets in the specified AppletContainer.
Syntax
Set: AppletContainer.setInfoCenterVisible(isVisible)
Get: visible = AppletContainer.getInfoCenterVisible()
Applies to
AppletContainer object.
Data type
boolean. true if the InfoCenter is to be displayed, false otherwise.
Example
Replacing an applet example
See also
InfoCenterVisible PARAM tag