Share via


ContentDialog.IsSecondaryButtonEnabled Properti

Definisi

Mendapatkan atau mengatur apakah tombol sekunder dialog diaktifkan.

public:
 property bool IsSecondaryButtonEnabled { bool get(); void set(bool value); };
bool IsSecondaryButtonEnabled();

void IsSecondaryButtonEnabled(bool value);
public bool IsSecondaryButtonEnabled { get; set; }
var boolean = contentDialog.isSecondaryButtonEnabled;
contentDialog.isSecondaryButtonEnabled = boolean;
Public Property IsSecondaryButtonEnabled As Boolean
<ContentDialog IsSecondaryButtonEnabled="bool"/>

Nilai Properti

Boolean

bool

True jika tombol sekunder dialog diaktifkan; Jika tidak, salah.

Berlaku untuk