FlyoutBase.OverlayInputPassThroughElement Property
Definition
Gets or sets an element that should receive pointer input events even when underneath the flyout's overlay.
Equivalent WinUI property: Microsoft.UI.Xaml.Controls.Primitives.FlyoutBase.OverlayInputPassThroughElement.
public:
property DependencyObject ^ OverlayInputPassThroughElement { DependencyObject ^ get(); void set(DependencyObject ^ value); };
DependencyObject OverlayInputPassThroughElement();
void OverlayInputPassThroughElement(DependencyObject value);
public DependencyObject OverlayInputPassThroughElement { get; set; }
var dependencyObject = flyoutBase.overlayInputPassThroughElement;
flyoutBase.overlayInputPassThroughElement = dependencyObject;
Public Property OverlayInputPassThroughElement As DependencyObject
Property Value
The element that should receive pointer input events even when underneath the flyout's overlay.
Windows 10 requirements
Device family |
Windows 10 Creators Update (introduced in 10.0.15063.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v4.0)
|
Remarks
For more info, see Light dismiss behavior in the Flyouts article.