SplitButton.Flyout 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 the flyout associated with this button.
Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.SplitButton.Flyout (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).
public:
property FlyoutBase ^ Flyout { FlyoutBase ^ get(); void set(FlyoutBase ^ value); };
FlyoutBase Flyout();
void Flyout(FlyoutBase value);
public FlyoutBase Flyout { get; set; }
var flyoutBase = splitButton.flyout;
splitButton.flyout = flyoutBase;
Public Property Flyout As FlyoutBase
Property Value
The flyout associated with this button. The default is null.