PowerTools PlusPak for Windows Forms 8.0J
PressColor プロパティ

押された状態のボタンの描画に使用する色を取得または設定します。
構文
Public Property PressColor As Color
public Color PressColor {get; set;}

プロパティ値

デフォルト値は SystemColors.Control です。
解説

PressColorプロパティを使用するときは、UsePressColorプロパティをTrueに設定しておく必要があります。また、以下のスタイルセットでは、常にシステムから取得した色が使用されるため、PressColorプロパティの設定は無効となります。

システムカラーを指定するときはSystem.Drawing.SystemColorsオブジェクトを使用し、特定の色(BlueやRedなど)を指定する場合はSystem.Drawing.Colorを使用します。

プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

GcClassicFunctionKey クラス
GcClassicFunctionKey メンバ

Send Feedback