Class Util.HideFormsContext
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
targetRegionRectangleThe target region which a form must (partially) intersect to be hidden.
Methods
OnClose()
Restores the hidden forms.
protected override void OnClose()