Sets the dimensions (location and size) of the window that contains this control as a percentage of the size of the screen's working area (where 0.0 = 0% and 1.0 = 100%).

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

Syntax

C#
public void SetWindowBoundsPercent(
	Rect bounds
)
Visual Basic
Public Sub SetWindowBoundsPercent ( _
	bounds As Rect _
)
JScript
public function SetWindowBoundsPercent(
	bounds : Rect
)

Parameters

bounds
Type: System.Windows..::..Rect

Remarks

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

See Also