Restores the maximized or minimized window that contains this control.

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

Collapse imageSyntax

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

Collapse imageRemarks

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

Collapse imageSee Also