System Console and Toolkit Tcl Command Reference Manual

ID 683101
Date 12/13/2021
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

2.1.24. set_display_item_property

Description

Set a property of a display item

Availability

All contexts except: AUTOSWEEP_CASE_VALIDITY, CHANNEL, DISCOVER

Usage

set_display_item_property <id> <display-property> <display-property-value>

ReturnType

Nothing

Returns

no return value

Arguments

id
ID of the display item that will have a property set.
display-property
The property of the display item that will be set. See Display Item Properties.
display-property-value
The new value of the display item property.

Example

set_display_item_property my_action DISPLAY_NAME "Click Me"