BrowserCommandInput.commandInputs Property

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

Description

Gets the CommandInputs class of the parent, which can be a Command, GroupCommandInput or TabCommandInput.

Syntax

"browserCommandInput_var" is a variable referencing a BrowserCommandInput object.

# Get the value of the property.
propertyValue = browserCommandInput_var.commandInputs
"browserCommandInput_var" is a variable referencing a BrowserCommandInput object.
#include <Core/UserInterface/BrowserCommandInput.h>

// Get the value of the property.
Ptr<CommandInputs> propertyValue = browserCommandInput_var->commandInputs();

Property Value

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

Version

Introduced in version July 2021