public enum WindowTypePublic Enumeration WindowTypepublic enum class WindowTypetype WindowType| Thread | 0 | In extra thread, communication with events. |
| Modal | 1 | Show it in front of user, without possibility of work beside it. |
| NonModal | 2 | Standard window state, but recommended is Thread. |
| GetDescription | (Defined by EnumExtensions) |
| ToReadableString | (Defined by EnumExtensions) |