CommandControl.isVisible Property
Parent Object:
CommandControlDefined in namespace "adsk::core" and the header file is <Core/UserInterface/CommandControl.h>
Description
Gets or sets if this control is currently visible.
Syntax
"commandControl_var" is a variable referencing a CommandControl object.
# Get the value of the property. propertyValue = commandControl_var.isVisible
# Set the value of the property. commandControl_var.isVisible = propertyValue
|
"commandControl_var" is a variable referencing a CommandControl object.
#include <Core/UserInterface/CommandControl.h>
// Get the value of the property. boolean propertyValue = commandControl_var->isVisible();
// Set the value of the property, where value_var is a boolean. bool returnValue = commandControl_var->isVisible(value_var);
|
Property Value
This is a read/write property whose value is a boolean.
Version
Introduced in version August 2014