IWindowControl.BringToFront method
Bring this window in front of all other windows at the same ZOrder and Category. Call this when a plugin programmatically opens another plugin’s window (e.g. CombatMeter opening EntityInspector) so the opened window is not obscured by the caller.
public void BringToFront()See Also
Section titled “See Also”- interface IWindowControl
- namespace Stellar.Abstractions.Services