PickerFlyoutBase.ShouldShowConfirmationButtons Method
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 confirmation buttons should be shown in the picker. Note: This method has no base class implementation and must be overridden in a derived class.
protected:
virtual bool ShouldShowConfirmationButtons() = ShouldShowConfirmationButtons;
bool ShouldShowConfirmationButtons();
protected virtual bool ShouldShowConfirmationButtons();
function shouldShowConfirmationButtons()
Protected Overridable Function ShouldShowConfirmationButtons () As Boolean
Returns
Boolean
bool
True if confirmation buttons should be shown in the picker; Otherwise, false.
Remarks
This method has no base class implementation and must be overridden in a derived class.