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