ListItem.isSeparator Property

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

Description

Gets if this control is a separator.

Syntax

"listItem_var" is a variable referencing a ListItem object.

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

// Get the value of the property.
boolean propertyValue = listItem_var->isSeparator();

Property Value

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

Version

Introduced in version June 2015