ButtonRowCommandInput.isMultiSelectEnabled Property

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

Description

Returns if this button row can have multiple items selected at once or not. If True, multiple buttons can be selected at once. If False only one button can be selected and selecting another button unselects the one currently selected.

Syntax

"buttonRowCommandInput_var" is a variable referencing a ButtonRowCommandInput object.

# Get the value of the property.
propertyValue = buttonRowCommandInput_var.isMultiSelectEnabled
"buttonRowCommandInput_var" is a variable referencing a ButtonRowCommandInput object.
#include <Core/UserInterface/ButtonRowCommandInput.h>

// Get the value of the property.
boolean propertyValue = buttonRowCommandInput_var->isMultiSelectEnabled();

Property Value

This is a read only property whose value is a boolean.

Version

Introduced in version June 2015