PCBIReportDialogWindowType Enumeration

Window type can have 3 different states.

Definition

Namespace: PCB_Investigator.PCBIWindows
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public enum WindowType

Members

Thread0 In extra thread, communication with events.
Modal1 Show it in front of user, without possibility of work beside it.
NonModal2 Standard window state, but recommended is Thread.

See Also