SystemColors クラス
SystemColors クラスの各プロパティは、Windows の表示要素の色を表す Color 構造体です。
この型のすべてのメンバの一覧については、SystemColors メンバ を参照してください。
System.Object
System.Drawing.SystemColors
NotInheritable Public Class SystemColors
[C#]
public sealed class SystemColors
[C++]
public __gc __sealed class SystemColors
[JScript]
public class SystemColors
スレッドセーフ
この型の public static (Visual Basicでは Shared) のすべてのメンバは、マルチスレッド操作で安全に使用できます。インスタンスのメンバの場合は、スレッドセーフであるとは限りません。
解説
パフォーマンスを向上させるには、 SystemColors オブジェクトの値を使用して新しいペンまたはブラシを作成するのではなく、 SystemPens オブジェクトまたは SystemBrushes オブジェクトを使用します。たとえば、既存のブラシを使用するには SystemBrushes.Control を使用し、新しいブラシを作成するには新しい SolidBrush(SystemColors.Control) を使用します。
必要条件
名前空間: System.Drawing
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET
アセンブリ: System.Drawing (System.Drawing.dll 内)