DropDownControl.id Property
Parent Object: DropDownControl
Derived from: ToolbarControl.id
Defined in namespace "adsk::core" and the header file is <Core/UserInterface/DropDownControl.h>
Description
Gets the unique ID of this control. The ID is unique with respect to the other controls within the same panel, toolbar, or drop-down control.
Syntax
"dropDownControl_var" is a variable referencing a DropDownControl object.
# Get the value of the property. propertyValue = dropDownControl_var.id
|
"dropDownControl_var" Is a variable referencing a DropDownControl Object.#include <Core/UserInterface/DropDownControl.h>
// Get the value of the property. string propertyValue = dropDownControl_var->id();
|
"dropDownControl_var" Is a variable referencing a DropDownControl Object.
// Get the value of the property. propertyValue = dropDownControl_var.id;
|
Property Value
This is a read only property whose value is a string.
Version
Introduced in version August 2014