Product Documentation
Cadence User Interface SKILL Reference
Product Version IC23.1, September 2023

hiListBoxCancel

hiListBoxCancel(
o_listBox 
) 
=> t / nil 

Description

Performs the same action as the Cancel button on the listbox.

If the listbox is mapped, it gets unmapped. The listbox callback is called with a first argument of nil to indicate that Cancel was pressed.

Argument

o_listBox

SKILL handle to the listbox. This is the value of the listBoxHandle symbol passed into hiShowListBox.

Values Returned

t

The list box is canceled.

nil

The list box is not canceled.

Related Topics

List Box Functions

hiShowListBox


Return to top
 ⠀
X