Class SystemColors

SystemColors class

の各プロパティSystemColorsクラスはColorWindows 表示要素の色である structure .

public sealed class SystemColors

プロパティ

名前説明
static ActiveBorder { get; }を取得しますColorアクティブなウィンドウの境界の色である構造体。
static ActiveCaption { get; }を取得しますColorアクティブなウィンドウのタイトル バーの背景色である構造体。
static ActiveCaptionText { get; }を取得しますColorアクティブなウィンドウのタイトル バーのテキストの色である構造体。
static AppWorkspace { get; }を取得しますColorアプリケーションワークスペースの色である構造。
static ButtonFace { get; }を取得しますColor 3D 要素の面の色である構造。
static ButtonHighlight { get; }を取得しますColor 3D 要素のハイライト色である構造。
static ButtonShadow { get; }を取得しますColor 3D 要素の影の色である構造。
static Control { get; }を取得しますColor 3D 要素の面の色である構造。
static ControlDark { get; }を取得しますColor 3D 要素の影の色である構造。
static ControlDarkDark { get; }を取得しますColor 3D 要素の暗い影の色である構造。
static ControlLight { get; }を取得しますColor 3D 要素の明るい色である構造。
static ControlLightLight { get; }を取得しますColor 3D 要素のハイライト色である構造。
static ControlText { get; }を取得しますColor 3D 要素のテキストの色を表す構造。
static Desktop { get; }を取得しますColorデスクトップの色である構造。
static GradientActiveCaption { get; }を取得しますColorアクティブなウィンドウのタイトル バーの色のグラデーションで最も明るい色である構造。
static GradientInactiveCaption { get; }を取得しますColor非アクティブなウィンドウのタイトル バーの色のグラデーションで最も明るい色である構造。
static GrayText { get; }を取得しますColor淡色表示されたテキストの色である構造。
static Highlight { get; }を取得しますColor選択されたアイテムの背景の色である構造。
static HighlightText { get; }を取得しますColor選択された項目のテキストの色である構造。
static HotTrack { get; }を取得しますColorホット トラック アイテムを指定するために使用される色である構造。
static InactiveBorder { get; }を取得しますColor非アクティブなウィンドウの境界の色である構造。
static InactiveCaption { get; }を取得しますColor非アクティブなウィンドウのタイトル バーの背景色である構造。
static InactiveCaptionText { get; }を取得しますColor非アクティブなウィンドウのタイトル バーのテキストの色である構造。
static Info { get; }を取得しますColor ToolTip の背景の色である構造体。
static InfoText { get; }を取得しますColor ToolTip のテキストの色である構造。
static Menu { get; }を取得しますColorメニューの背景の色である構造。
static MenuBar { get; }を取得しますColorメニューバーの背景の色である構造。
static MenuHighlight { get; }を取得しますColorメニューがフラット メニューとして表示されるときに、メニュー項目を強調表示するために使用される色である構造。
static MenuText { get; }を取得しますColorメニューのテキストの色である構造。
static ScrollBar { get; }を取得しますColorスクロールバーの背景の色である構造。
static Window { get; }を取得しますColorウィンドウのクライアント領域の背景色である構造。
static WindowFrame { get; }を取得しますColor窓枠の色である構造。
static WindowText { get; }を取得しますColorウィンドウのクライアント領域のテキストの色である構造。

関連項目