Share

TextCommandPalette.height Property

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

Description

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

Syntax

"textCommandPalette_var" is a variable referencing a TextCommandPalette object.

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

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

Property Value

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

Version

Introduced in version August 2017

Was this information helpful?