TextCommandPalette.dockingState Property

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

Description

Gets and sets how the palette is currently docked.

Syntax

"textCommandPalette_var" is a variable referencing a TextCommandPalette object.

# Get the value of the property.
propertyValue = textCommandPalette_var.dockingState

# Set the value of the property.
textCommandPalette_var.dockingState = propertyValue
"textCommandPalette_var" is a variable referencing a TextCommandPalette object.
#include <Core/UserInterface/TextCommandPalette.h>

// Get the value of the property.
PaletteDockingStates propertyValue = textCommandPalette_var->dockingState();

// Set the value of the property, where value_var is a PaletteDockingStates.
bool returnValue = textCommandPalette_var->dockingState(value_var);

Property Value

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

Version

Introduced in version August 2017