Gets 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.GwxAssembly: GwxRuntimeViewControl (in GwxRuntimeViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public Rect GetWindowBoundsPercent() |
Visual Basic |
---|
Public Function GetWindowBoundsPercent As Rect |
JScript |
---|
public function GetWindowBoundsPercent() : Rect |
Return Value
The dimensions of the containing window (as a percentage).Remarks
This method returns Empty when this control is embedded another application such as Internet Explorer or the Workbench.