Gets or sets the tooltip shown next to the cursor.
# Get the value of the property.propertyValue = selectionCommandInput_var.commandPrompt# Set the value of the property.selectionCommandInput_var.commandPrompt = propertyValue
#include <Core/UserInterface/SelectionCommandInput.h>// Get the value of the property.string propertyValue = selectionCommandInput_var->commandPrompt();// Set the value of the property, where value_var is a string.bool returnValue = selectionCommandInput_var->commandPrompt(value_var);