ApplicationViewTitleBar.ButtonPressedForegroundColor Properti
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Mendapatkan atau mengatur warna latar depan tombol bilah judul saat ditekan.
public:
property IReference<Color> ^ ButtonPressedForegroundColor { IReference<Color> ^ get(); void set(IReference<Color> ^ value); };
IReference<Color> ButtonPressedForegroundColor();
void ButtonPressedForegroundColor(IReference<Color> value);
public System.Nullable<Color> ButtonPressedForegroundColor { get; set; }
var iReference = applicationViewTitleBar.buttonPressedForegroundColor;
applicationViewTitleBar.buttonPressedForegroundColor = iReference;
Public Property ButtonPressedForegroundColor As Nullable(Of Color)
Nilai Properti
Warna latar depan tombol bilah judul saat ditekan. (Lihat Warna.)