ResourceManager.isControlRegistered

Syntax

isControlRegistered(control: PP.Ui.Control);

Parameters

control. Control.

Description

The isControlRegistered method checks if the specified control is registered in the resources manager.

Comments

This method returns True if the specified control is registered in the resources manager, and False if otherwise.

Example

The example of use is given in the with description of the ResourceManager.unRegisterControl method.

See also:

ResourceManager