ListControlDefinition.listControlDisplayType Property

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

Description

Gets how this list control will be displayed; as a standard list, a list of check boxes, or a list of radio buttons.

Syntax

"listControlDefinition_var" is a variable referencing a ListControlDefinition object.

# Get the value of the property.
propertyValue = listControlDefinition_var.listControlDisplayType
"listControlDefinition_var" is a variable referencing a ListControlDefinition object.
#include <Core/UserInterface/ListControlDefinition.h>

// Get the value of the property.
ListControlDisplayTypes propertyValue = listControlDefinition_var->listControlDisplayType();

Property Value

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

Version

Introduced in version August 2014