SystemColorType Enumeration
|
Represents predefined system colors.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public enum SystemColorType
Public Enumeration SystemColorType
public enum class SystemColorType
Members
|
|
Member name
|
Value
|
Description
|
|
|
None
|
-1
|
System color is not defined.
|
|
|
ScrollBar
|
0
|
|
|
|
Background
|
1
|
|
|
|
ActiveCaption
|
2
|
|
|
|
InactiveCaption
|
3
|
|
|
|
Menu
|
4
|
|
|
|
Window
|
5
|
|
|
|
WindowFrame
|
6
|
|
|
|
MenuText
|
7
|
|
|
|
WindowText
|
8
|
|
|
|
CaptionText
|
9
|
|
|
|
ActiveBorder
|
10
|
|
|
|
InactiveBorder
|
11
|
|
|
|
AppWorkspace
|
12
|
|
|
|
Highlight
|
13
|
|
|
|
HighlightText
|
14
|
|
|
|
BtnFace
|
15
|
|
|
|
BtnShadow
|
16
|
|
|
|
GrayText
|
17
|
|
|
|
BtnText
|
18
|
|
|
|
InactiveCaptionText
|
19
|
|
|
|
BtnHighlight
|
20
|
|
|
|
ThreeDDkShadow
|
21
|
|
|
|
ThreeDLight
|
22
|
|
|
|
InfoText
|
23
|
|
|
|
InfoBk
|
24
|
|
|
|
HotLight
|
25
|
|
|
|
GradientActiveCaption
|
26
|
|
|
|
GradientInactiveCaption
|
27
|
|
|
|
MenuHighlight
|
28
|
|
|
|
MenuBar
|
29
|
|
See Also