DropDownControl.resourceFolder Property

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

Description

This argument defines the resource folder that contains the images used for the icon when icons are used in the drop-down. Icons can be defined using either PNG or SVG files. More information about icons can be found in the user manual topic User Interface Customization.

Syntax

"dropDownControl_var" is a variable referencing a DropDownControl object.

# Get the value of the property.
propertyValue = dropDownControl_var.resourceFolder

# Set the value of the property.
dropDownControl_var.resourceFolder = propertyValue
"dropDownControl_var" is a variable referencing a DropDownControl object.
#include <Core/UserInterface/DropDownControl.h>

// Get the value of the property.
string propertyValue = dropDownControl_var->resourceFolder();

// Set the value of the property, where value_var is a string.
bool returnValue = dropDownControl_var->resourceFolder(value_var);

Property Value

This is a read/write property whose value is a string.

Version

Introduced in version August 2014