PickerFlyout.ConfirmationButtonsVisible 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 Bestätigungsschaltflächen sichtbar sind.
public:
property bool ConfirmationButtonsVisible { bool get(); void set(bool value); };
bool ConfirmationButtonsVisible();
void ConfirmationButtonsVisible(bool value);
public bool ConfirmationButtonsVisible { get; set; }
var boolean = pickerFlyout.confirmationButtonsVisible;
pickerFlyout.confirmationButtonsVisible = boolean;
Public Property ConfirmationButtonsVisible As Boolean
Eigenschaftswert
Boolean
bool
True der Bestätigungsschaltflächen sind sichtbar; Andernfalls false.