xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd.core
include
xtd
diagnostics
process_window_style.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include "
../enum.hpp
"
6
8
namespace
xtd
{
10
namespace
diagnostics
{
24
enum class
process_window_style
{
26
normal
= 0,
28
hidden
= 1,
30
minimized
= 2,
32
maximized
= 3,
33
};
34
}
35
}
36
38
template
<>
struct
xtd::enum_register
<
xtd
::
diagnostics::process_window_style
> {
39
static
auto
values
()
noexcept
{
return
xtd::enum_collection<xtd::diagnostics::process_window_style>
{{
xtd::diagnostics::process_window_style::normal
,
"normal"
}, {
xtd::diagnostics::process_window_style::hidden
,
"hidden"
}, {
xtd::diagnostics::process_window_style::minimized
,
"minimized"
}, {
xtd::diagnostics::process_window_style::maximized
,
"maximized"
}};}
40
};
enum.hpp
Contains enum_ and enum_ut_ keywords.
xtd::enum_collection
std::vector< std::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.hpp:24
xtd::diagnostics::process_window_style
process_window_style
Specified how a new window should appear when the system starts a process.
Definition
process_window_style.hpp:24
xtd::diagnostics::process_priority_class::normal
@ normal
Specifies that the process has no special scheduling needs.
Definition
process_priority_class.hpp:28
xtd::diagnostics::process_window_style::hidden
@ hidden
The hidden window style. A window can be either visible or hidden. The system displays a hidden windo...
Definition
process_window_style.hpp:28
xtd::diagnostics::process_window_style::minimized
@ minimized
The minimized window style. By default, the system reduces a minimized window to the size of its task...
Definition
process_window_style.hpp:30
xtd::diagnostics::process_window_style::maximized
@ maximized
The maximized window style. By default, the system enlarges a maximized window so that it fills the s...
Definition
process_window_style.hpp:32
xtd::diagnostics::process_window_style::normal
@ normal
The normal, visible window style. The system displays a window with Normal style on the screen,...
Definition
process_window_style.hpp:26
xtd::diagnostics
The xtd::diagnostics namespace provides classes that allow you to interact with system processes,...
Definition
assert_dialog_result.hpp:10
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
xtd::enum_register
Provides the registration struct for enumerations.
Definition
enum_register.hpp:38
xtd::enum_register::values
static auto values() noexcept
Definition
enum_register.hpp:55
Generated on
for xtd by
Gammasoft
. All rights reserved.