Cicode Programming Reference > Cicode Function Categories > Display Functions Introduction > DspIsButtonGray

DspIsButtonGray

Gets the current status of a button.

Note: This function is only used for V3.xx and V4.xx animations, and has been superseded.

Syntax

DspIsButtonGray(AN)

AN:

The AN for which object information is provided.

Return Value

The current mode of the button:

Related Functions

DspButton, DspButtonFn, DspGrayButton

Example

! Check the status of the button at AN21
status = DspIsButtonGray(21);

See Also

Display Functions