SystemColors.Desktop プロパティ

定義

デスクトップの色である Color 構造を取得します。

public:
 static property System::Drawing::Color Desktop { System::Drawing::Color get(); };
public static System.Drawing.Color Desktop { get; }
static member Desktop : System.Drawing.Color
Public Shared ReadOnly Property Desktop As Color

プロパティ値

デスクトップの色を表す Color

適用対象