IAutomationHideOnClosing Property

If HideOnClosing == true all PCB-I-Windows can only closed with "ClosePCBIWindow", otherwise they are only hidden. The default is false!

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static bool HideOnClosing { get; set; }

Property Value

Boolean

See Also