ContentDialog.IsSecondaryButtonEnabled Eigenschaft

Definition

Ruft ab oder legt fest, ob die sekundäre Schaltfläche des Dialogfelds aktiviert ist.

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"/>

Eigenschaftswert

Boolean

bool

True, wenn die sekundäre Schaltfläche des Dialogfelds aktiviert ist; Andernfalls false.

Gilt für: