共用方式為


AppWindowTitleBar.ButtonInactiveBackgroundColor 屬性

定義

取得或設定處於非使用中狀態時標題列按鈕的背景色彩。

public:
 property IReference<Color> ^ ButtonInactiveBackgroundColor { IReference<Color> ^ get(); void set(IReference<Color> ^ value); };
IReference<Color> ButtonInactiveBackgroundColor();

void ButtonInactiveBackgroundColor(IReference<Color> value);
public System.Nullable<Color> ButtonInactiveBackgroundColor { get; set; }
var iReference = appWindowTitleBar.buttonInactiveBackgroundColor;
appWindowTitleBar.buttonInactiveBackgroundColor = iReference;
Public Property ButtonInactiveBackgroundColor As Nullable(Of Color)

屬性值

處於非使用中狀態時,標題列按鈕的背景色彩。 (請參閱 Color.)

適用於