ContentDialog.IsPrimaryButtonEnabled Eigenschaft

Definition

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

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

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

Eigenschaftswert

Boolean

bool

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

Gilt für: