OpenMod Docs OpenMod Docs
OpenMod Docs OpenMod Docs
OpenMod .NET Plugin Framework.

Class SystemColors

Inheritance
System.Object
SystemColors
Namespace: System.Drawing
Assembly: OpenMod.Unturned.Module.Shared.dll
Syntax
public sealed class SystemColors : object

Properties

| Improve this Doc View Source

ActiveBorder

Declaration
public static Color ActiveBorder { get; }
Property Value
Type Description
Color
| Improve this Doc View Source

ActiveCaption

Declaration
public static Color ActiveCaption { get; }
Property Value
Type Description
Color
| Improve this Doc View Source

ActiveCaptionText

Declaration
public static Color ActiveCaptionText { get; }
Property Value
Type Description
Color
| Improve this Doc View Source

AppWorkspace

Declaration
public static Color AppWorkspace { get; }
Property Value
Type Description
Color
| Improve this Doc View Source

ButtonFace

Declaration
public static Color ButtonFace { get; }
Property Value
Type Description
Color
| Improve this Doc View Source

ButtonHighlight

Declaration
public static Color ButtonHighlight { get; }
Property Value
Type Description
Color
| Improve this Doc View Source

ButtonShadow

Declaration
public static Color ButtonShadow { get; }
Property Value
Type Description
Color
| Improve this Doc View Source

Control

Declaration
public static Color Control { get; }
Property Value
Type Description
Color
| Improve this Doc View Source

ControlDark

Declaration
public static Color ControlDark { get; }
Property Value
Type Description
Color
| Improve this Doc View Source

ControlDarkDark

Declaration
public static Color ControlDarkDark { get; }
Property Value
Type Description
Color
| Improve this Doc View Source

ControlLight

Declaration
public static Color ControlLight { get; }
Property Value
Type Description
Color
| Improve this Doc View Source

ControlLightLight

Declaration
public static Color ControlLightLight { get; }
Property Value
Type Description
Color
| Improve this Doc View Source

ControlText

Declaration
public static Color ControlText { get; }
Property Value
Type Description
Color
| Improve this Doc View Source

Desktop

Declaration
public static Color Desktop { get; }
Property Value
Type Description
Color
| Improve this Doc View Source

GradientActiveCaption

Declaration
public static Color GradientActiveCaption { get; }
Property Value
Type Description
Color
| Improve this Doc View Source

GradientInactiveCaption

Declaration
public static Color GradientInactiveCaption { get; }
Property Value
Type Description
Color
| Improve this Doc View Source

GrayText

Declaration
public static Color GrayText { get; }
Property Value
Type Description
Color
| Improve this Doc View Source

Highlight

Declaration
public static Color Highlight { get; }
Property Value
Type Description
Color
| Improve this Doc View Source

HighlightText

Declaration
public static Color HighlightText { get; }
Property Value
Type Description
Color
| Improve this Doc View Source

HotTrack

Declaration
public static Color HotTrack { get; }
Property Value
Type Description
Color
| Improve this Doc View Source

InactiveBorder

Declaration
public static Color InactiveBorder { get; }
Property Value
Type Description
Color
| Improve this Doc View Source

InactiveCaption

Declaration
public static Color InactiveCaption { get; }
Property Value
Type Description
Color
| Improve this Doc View Source

InactiveCaptionText

Declaration
public static Color InactiveCaptionText { get; }
Property Value
Type Description
Color
| Improve this Doc View Source

Info

Declaration
public static Color Info { get; }
Property Value
Type Description
Color
| Improve this Doc View Source

InfoText

Declaration
public static Color InfoText { get; }
Property Value
Type Description
Color
| Improve this Doc View Source

Menu

Declaration
public static Color Menu { get; }
Property Value
Type Description
Color
| Improve this Doc View Source

MenuBar

Declaration
public static Color MenuBar { get; }
Property Value
Type Description
Color
| Improve this Doc View Source

MenuHighlight

Declaration
public static Color MenuHighlight { get; }
Property Value
Type Description
Color
| Improve this Doc View Source

MenuText

Declaration
public static Color MenuText { get; }
Property Value
Type Description
Color
| Improve this Doc View Source

ScrollBar

Declaration
public static Color ScrollBar { get; }
Property Value
Type Description
Color
| Improve this Doc View Source

Window

Declaration
public static Color Window { get; }
Property Value
Type Description
Color
| Improve this Doc View Source

WindowFrame

Declaration
public static Color WindowFrame { get; }
Property Value
Type Description
Color
| Improve this Doc View Source

WindowText

Declaration
public static Color WindowText { get; }
Property Value
Type Description
Color

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)