Class: Widget
Lua
C++
Edit

Widget:SetItemState

This method sets the state of a single widget item.

Syntax

Parameter Description
index item index to modify
state can be WIDGETSTATE_SELECTED, WIDGETSTATE_UNSELECTED, or WIDGETSTATE_INDETERMINATE

Remarks

The boolean values true and false correspond to WIDGETSTATE_SELECTED and WIDGETSTATE_UNSELECTED, respectively.

Copyright © 2024 Ultra Software.
All rights reserved.