System Console and Toolkit Tcl Command Reference Manual

ID 683101
Date 4/01/2024
Public
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"