Determines if the window that contains this control is visible.
Namespace: Ico.GwxAssembly: GwxRuntimeViewControl (in GwxRuntimeViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public bool IsWindowVisible() |
Visual Basic |
---|
Public Function IsWindowVisible As Boolean |
JScript |
---|
public function IsWindowVisible() : boolean |
Remarks
This method does nothing when this control is embedded in another application such as Internet Explorer or the Workbench.
To check the visibility of this control directly (instead of the containing window),
test the IsVisible property/>.