Table of Contents

Class Util.HideFormsContext

Namespace
Ranorex.Core
Assembly
Ranorex.Core.dll

A context for hiding and restoring all open forms of the application.

public class Util.HideFormsContext : Util.BaseContext, IDisposable
Inheritance
Util.HideFormsContext
Implements
Inherited Members

Constructors

HideFormsContext(Rectangle)

Creates a new instance.

public HideFormsContext(Rectangle targetRegion)

Parameters

targetRegion Rectangle

The target region which a form must (partially) intersect to be hidden.

Methods

OnClose()

Restores the hidden forms.

protected override void OnClose()