Share

DropDownCommandInput.maxVisibleItems Property

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

Description

Gets or sets the maximum allowed size on screen of the drop down list, measured in items.

Syntax

"dropDownCommandInput_var" is a variable referencing a DropDownCommandInput object.

# Get the value of the property.
propertyValue = dropDownCommandInput_var.maxVisibleItems

# Set the value of the property.
dropDownCommandInput_var.maxVisibleItems = propertyValue

Property Value

This is a read/write property whose value is an integer.

Version

Introduced in version November 2015

Was this information helpful?