#include "../enum.h"Contains xtd::diagnostics::process_window_style enum class.


Go to the source code of this file.
Namespaces | |
| xtd | |
| The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more. | |
| xtd::diagnostics | |
| The xtd::diagnostics namespace provides classes that allow you to interact with system processes, event logs, and performance counters. | |
Enumerations | |
| enum | xtd::diagnostics::process_window_style { xtd::diagnostics::process_window_style::normal = 0, xtd::diagnostics::process_window_style::hidden = 1, xtd::diagnostics::process_window_style::minimized = 2, xtd::diagnostics::process_window_style::maximized = 3 } |
| Specified how a new window should appear when the system starts a process. More... | |