IWindowControl.SetVisible method
Show or hide the window for this session only. Does NOT persist — the choice is lost on relaunch. For a user-facing toggle whose state should survive a restart, use SetVisiblePersist.
public void SetVisible(bool visible)See Also
Section titled “See Also”- interface IWindowControl
- namespace Stellar.Abstractions.Services