Property
Enabled
Description
Permits the control's use if it is enabled. If the control is not licensed, automatically disables itself.
Type
Boolean
Values
True (-1)
The control is enabled and ready to use
False (0)
The control is not enabled and can't be used
Default
True (-1)
Example
Code:
Cube1.Enabled = True
HTML:
<PARAM NAME="Enabled" VALUE="-1">
See also
Notes