Share

ListControlDefinition.listItems Property

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

Description

Gets the associated ListControlItems collection through which you can add and modify items in the list.

Syntax

"listControlDefinition_var" is a variable referencing a ListControlDefinition object.

# Get the value of the property.
propertyValue = listControlDefinition_var.listItems

Property Value

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

Version

Introduced in version January 2015

Was this information helpful?