ContentDialog.IsPrimaryButtonEnabled Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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.