PickerFlyout.ConfirmationButtonsVisible Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets whether the confirmation buttons are visible.
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
Property Value
Boolean
bool
True of the confirmation buttons are visible; Otherwise, false.