SilverFlow.Controls.FloatingWindow.SetTopmost C# (CSharp) Method

SetTopmost() private method

Brings current window to the front.
private SetTopmost ( ) : void
return void
        private void SetTopmost()
        {
            if (this.FloatingWindowHost != null)
                this.FloatingWindowHost.SetTopmostWindow(this);
        }
FloatingWindow