FlyoutPage.ShouldShowToolbarButton 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.
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.