TextCommandPalette.htmlFileURL Property

Parent Object: TextCommandPalette

Derived from: Palette.htmlFileURL


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

Description

Gets and sets the URL to the html file currently being displayed. This can be local or on the web.

Syntax

"textCommandPalette_var" is a variable referencing a TextCommandPalette object.
# Get the value of the property.
propertyValue = textCommandPalette_var.htmlFileURL

# Set the value of the property.
textCommandPalette_var.htmlFileURL = propertyValue
"textCommandPalette_var" Is a variable referencing a TextCommandPalette Object.
#include <Core/UserInterface/TextCommandPalette.h>

// Get the value of the property.
string propertyValue = textCommandPalette_var->htmlFileURL();

// Set the value of the property, where value_var is a string.
bool returnValue = textCommandPalette_var->htmlFileURL(value_var);
"textCommandPalette_var" Is a variable referencing a TextCommandPalette Object.
// Get the value of the property.
propertyValue = textCommandPalette_var.htmlFileURL;

// Set the value of the property.
textCommandPalette_var.htmlFileURL = propertyValue;

Property Value

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

Version

Introduced in version August 2017