bool SystemUI.TryGetItemState(string itemID, ItemControllerState state)
9/4/25Less than 1 minute
Member of ML.SDK.SystemUI
Method
bool SystemUI.TryGetItemState(string itemID, ItemControllerState state)
bool SystemUI.TryGetItemState(string itemID, ItemControllerState state);Parameters
| Parameter | Type | Description |
|---|---|---|
| itemID | string | itemID |
| state | ItemControllerState | The output argument that will contain the state or closed default state. |
Returns
bool Returns true if the itemID is registered, false otherwise.
Summary
Get the item state of the specified itemID, if the itemID is registered.

