Share

CheckBoxControlDefinition.isEnabled Property

Parent Object: CheckBoxControlDefinition
Defined in namespace "adsk::core" and the header file is <Core/UserInterface/CheckBoxControlDefinition.h>

Description

Gets or sets if this definition is enabled or not. This has the effect of enabling and disabling any associated controls.

Syntax

"checkBoxControlDefinition_var" is a variable referencing a CheckBoxControlDefinition object.

# Get the value of the property.
propertyValue = checkBoxControlDefinition_var.isEnabled

# Set the value of the property.
checkBoxControlDefinition_var.isEnabled = propertyValue

Property Value

This is a read/write property whose value is a boolean.

Version

Introduced in version August 2014

Was this information helpful?