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