Share

SplitButtonControl.isVisible Property

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

Description

Gets or sets if this control is currently visible.

Syntax

"splitButtonControl_var" is a variable referencing a SplitButtonControl object.

# Get the value of the property.
propertyValue = splitButtonControl_var.isVisible

# Set the value of the property.
splitButtonControl_var.isVisible = propertyValue

Property Value

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

Version

Introduced in version August 2014

Was this information helpful?