Sets the dimensions (location and size, in pixels) of the window that contains this control.
Namespace: Ico.GwxAssembly: GwxRuntimeViewControl (in GwxRuntimeViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public void SetWindowBounds( Rect bounds ) |
| Visual Basic |
|---|
Public Sub SetWindowBounds ( _ bounds As Rect _ ) |
| JScript |
|---|
public function SetWindowBounds( 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.