bool SystemUI.TryActivateWindow(string itemID)
9/4/25Less than 1 minute
Member of ML.SDK.SystemUI
Method
bool SystemUI.TryActivateWindow(string itemID)
bool SystemUI.TryActivateWindow(string itemID);
Parameters
Parameter | Type | Description |
---|---|---|
itemID | string | itemID |
Returns
bool Returns true if the itemID is registered and the window is already open or event to open the window is successfully raised.
Summary
Activate the window specified by the itemID, if the itemID is registered and is a window item.