Moves the window that contains this control in front of all other windows.

Namespace: Ico.Gwx
Assembly: GwxRuntimeViewControl (in GwxRuntimeViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public void BringWindowToTop()
Visual Basic
Public Sub BringWindowToTop
JScript
public function BringWindowToTop()

Remarks

This method does nothing when this control is embedded in another application such as Internet Explorer or the Workbench.

See Also