10 namespace diagnostics {
process_window_style
Specified how a new window should appear when the system starts a process.
Definition process_window_style.h:24
std::vector< xtd::collections::generic::key_value_pair< enum_t, xtd::string > > enum_collection
Represents a pair of an enum_t value and a string of an enum of type enum_t.
Definition enum_collection.h:22
@ normal
Specifies that the process has no special scheduling needs.
@ hidden
The hidden window style. A window can be either visible or hidden. The system displays a hidden windo...
@ minimized
The minimized window style. By default, the system reduces a minimized window to the size of its task...
@ maximized
The maximized window style. By default, the system enlarges a maximized window so that it fills the s...
@ normal
The normal, visible window style. The system displays a window with Normal style on the screen,...
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10
Provides the registration struct for enumerations.
Definition enum_register.h:38