TextBoxCommandInput.commandInputs Property
Parent Object:
TextBoxCommandInputDefined in namespace "adsk::core" and the header file is <Core/UserInterface/TextBoxCommandInput.h>
Description
Gets the CommandInputs class of the parent, which can be a Command, GroupCommandInput or TabCommandInput.
Syntax
"textBoxCommandInput_var" is a variable referencing a TextBoxCommandInput object.
# Get the value of the property. propertyValue = textBoxCommandInput_var.commandInputs
|
"textBoxCommandInput_var" is a variable referencing a TextBoxCommandInput object.
#include <Core/UserInterface/TextBoxCommandInput.h>
// Get the value of the property. Ptr<CommandInputs> propertyValue = textBoxCommandInput_var->commandInputs();
|
Property Value
This is a read only property whose value is a
CommandInputs.
Version
Introduced in version June 2015