FlyoutBase.OverlayInputPassThroughElement Property
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 an element that should receive pointer input events even when underneath the flyout's overlay.
public:
property DependencyObject ^ OverlayInputPassThroughElement { DependencyObject ^ get(); void set(DependencyObject ^ value); };
DependencyObject OverlayInputPassThroughElement();
void OverlayInputPassThroughElement(DependencyObject value);
C#
public DependencyObject OverlayInputPassThroughElement { get; set; }
var dependencyObject = flyoutBase.overlayInputPassThroughElement;
flyoutBase.overlayInputPassThroughElement = dependencyObject;
Public Property OverlayInputPassThroughElement As DependencyObject
The element that should receive pointer input events even when underneath the flyout's overlay.
For more info, see Light dismiss behavior in the Flyouts article.
Product | Versions |
---|---|
Windows App SDK | 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6 |