Share via


RibbonFilterMenuButton.OnDismissPopup Method

Provides class handling for the DismissPopup attached event.

Namespace:  Microsoft.Windows.Controls.Ribbon
Assembly:  RibbonControlsLibrary (in RibbonControlsLibrary.dll)

Syntax

'Declaration
Protected Overrides Sub OnDismissPopup ( _
    e As RibbonDismissPopupEventArgs _
)
protected override void OnDismissPopup(
    RibbonDismissPopupEventArgs e
)
protected:
virtual void OnDismissPopup(
    RibbonDismissPopupEventArgs^ e
) override
abstract OnDismissPopup : 
        e:RibbonDismissPopupEventArgs -> unit 
override OnDismissPopup : 
        e:RibbonDismissPopupEventArgs -> unit 
protected override function OnDismissPopup(
    e : RibbonDismissPopupEventArgs
)

Parameters

Remarks

This method closes the filter menu drop-down and then marks the DismissPopup attached event as handled so that the parent drop-down is not closed.

.NET Framework Security

See Also

Reference

RibbonFilterMenuButton Class

Microsoft.Windows.Controls.Ribbon Namespace