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

◆ window_style() [1/2]

xtd::diagnostics::process_window_style xtd::diagnostics::process_start_info::window_style ( ) const
noexcept

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

Returns
One 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.
Exceptions
xtd::invalid_enum_argument_exceptionThe window style is not one of the xtd::diagnostics::process_window_style enumeration members.