ListItem.parentList Property

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

Description

Gets the parent CheckBoxListControlDefinition or object.

Syntax

"listItem_var" is a variable referencing a ListItem object.

# Get the value of the property.
propertyValue = listItem_var.parentList
"listItem_var" is a variable referencing a ListItem object.
#include <Core/UserInterface/ListItem.h>

// Get the value of the property.
Ptr<Base> propertyValue = listItem_var->parentList();

Property Value

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

Version

Introduced in version January 2015