ApplicationViewTitleBar.ButtonInactiveForegroundColor Свойство

Определение

Возвращает или задает цвет переднего плана кнопки заголовка, если она неактивна.

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

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

Значение свойства

Цвет переднего плана кнопки заголовка, если она неактивна. (См. раздел Цвет.)

Применяется к