BrowserCommandInput.parentCommandInput Property

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

Description

Gets the parent CommandInput if this commandInput is the child of a TabCommandInput or GroupCommandInput. Returns null if there is no parent.

Syntax

"browserCommandInput_var" is a variable referencing a BrowserCommandInput object.

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

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

Property Value

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

Version

Introduced in version July 2021