xtd 0.2.0
Loading...
Searching...
No Matches

◆ window_style() [2/2]

process_start_info & xtd::diagnostics::process_start_info::window_style ( xtd::diagnostics::process_window_style  value)
noexcept

Sets the window state to use when the process is started.

Parameters
valueOne of the enumeration values that indicates whether the process is started in a window that is maximized, minimized, normal (neither maximized nor minimized), or not visible. The default is xtd::diagnostics::process_window_style::normal.
Returns
The current instance of process_start_info.
Exceptions
xtd::invalid_enum_argument_exceptionThe window style is not one of the xtd::diagnostics::process_window_style enumeration members.