Share

TextCommandPalette.width Property

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

Description

Gets and sets the width of the palette. Setting this property may not always set the width. Depending on how the palette is docked or snapped, the width may not be editable.

Syntax

"textCommandPalette_var" is a variable referencing a TextCommandPalette object.

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

# Set the value of the property.
textCommandPalette_var.width = propertyValue

Property Value

This is a read/write property whose value is an integer.

Version

Introduced in version August 2017

Was this information helpful?