MenuFlyout Class

Definition

/// [Microsoft.UI.Xaml.Markup.ContentProperty(Name="Items")]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class MenuFlyout : FlyoutBase
[Microsoft.UI.Xaml.Markup.ContentProperty(Name="Items")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public class MenuFlyout : FlyoutBase
Public Class MenuFlyout
Inherits FlyoutBase
Inheritance
Object IInspectable DependencyObject FlyoutBase MenuFlyout
Derived
Attributes

Constructors

Name Description
MenuFlyout()

Properties

Name Description
AllowFocusOnInteraction (Inherited from FlyoutBase)
AllowFocusWhenDisabled (Inherited from FlyoutBase)
AreOpenCloseAnimationsEnabled (Inherited from FlyoutBase)
Dispatcher (Inherited from DependencyObject)
DispatcherQueue (Inherited from DependencyObject)
ElementSoundMode (Inherited from FlyoutBase)
InputDevicePrefersPrimaryCommands (Inherited from FlyoutBase)
IsConstrainedToRootBounds (Inherited from FlyoutBase)
IsOpen (Inherited from FlyoutBase)
Items
LightDismissOverlayMode (Inherited from FlyoutBase)
MenuFlyoutPresenterStyle
MenuFlyoutPresenterStyleProperty
OverlayInputPassThroughElement (Inherited from FlyoutBase)
Placement (Inherited from FlyoutBase)
ShouldConstrainToRootBounds (Inherited from FlyoutBase)
ShowMode (Inherited from FlyoutBase)
SystemBackdrop (Inherited from FlyoutBase)
Target (Inherited from FlyoutBase)
XamlRoot (Inherited from FlyoutBase)

Methods

Name Description
ClearValue(DependencyProperty) (Inherited from DependencyObject)
CreatePresenter() (Inherited from FlyoutBase)
GetAnimationBaseValue(DependencyProperty) (Inherited from DependencyObject)
GetValue(DependencyProperty) (Inherited from DependencyObject)
Hide() (Inherited from FlyoutBase)
OnProcessKeyboardAccelerators(ProcessKeyboardAcceleratorEventArgs) (Inherited from FlyoutBase)
ReadLocalValue(DependencyProperty) (Inherited from DependencyObject)
RegisterPropertyChangedCallback(DependencyProperty, DependencyPropertyChangedCallback) (Inherited from DependencyObject)
SetValue(DependencyProperty, Object) (Inherited from DependencyObject)
ShowAt(DependencyObject, FlyoutShowOptions) (Inherited from FlyoutBase)
ShowAt(FrameworkElement) (Inherited from FlyoutBase)
ShowAt(UIElement, Point)
TryInvokeKeyboardAccelerator(ProcessKeyboardAcceleratorEventArgs) (Inherited from FlyoutBase)
UnregisterPropertyChangedCallback(DependencyProperty, Int64) (Inherited from DependencyObject)

Events

Name Description
Closed (Inherited from FlyoutBase)
Closing (Inherited from FlyoutBase)
Opened (Inherited from FlyoutBase)
Opening (Inherited from FlyoutBase)

Applies to