Share via


FlyoutPage.ShouldShowToolbarButton Method

Definition

Returns a value that indicates whether the toolbar should display a button to toggle the flyout.

public:
 virtual bool ShouldShowToolbarButton();
public virtual bool ShouldShowToolbarButton();
abstract member ShouldShowToolbarButton : unit -> bool
override this.ShouldShowToolbarButton : unit -> bool
Public Overridable Function ShouldShowToolbarButton () As Boolean

Returns

true if the toolbar button should be shown; otherwise, false.

Applies to