bool SystemUI.TryGetWindow(string itemID, SystemUIWindow systemUIWindow)
9/4/25Less than 1 minute
Member of ML.SDK.SystemUI
Method
bool SystemUI.TryGetWindow(string itemID, SystemUIWindow systemUIWindow)
bool SystemUI.TryGetWindow(string itemID, SystemUIWindow systemUIWindow);
Parameters
Parameter | Type | Description |
---|---|---|
itemID | string | ItemID |
systemUIWindow | SystemUIWindow | The output argument that will contain the SystemUI Window Object or null. |
Returns
bool Returns true if the provided itemID is registered and is valid window item, otherwise false.
Summary
Gets the SystemUI Window component of the specified itemID, if it is registered and it a window item.