RibbonDismissPopupMode Enumeration

Defines constants that specify whether the DismissPopup attached event closes all drop-downs in a chain of drop-downs or only drop-downs that the mouse pointer is not over.

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

Syntax

'Declaration
Public Enumeration RibbonDismissPopupMode
public enum RibbonDismissPopupMode
public enum class RibbonDismissPopupMode
type RibbonDismissPopupMode
public enum RibbonDismissPopupMode

Members

Member name Description
Always All drop-downs in a chain are closed.
MousePhysicallyNotOver Drop-downs in a chain are closed up to the one that the mouse pointer is over.

See Also

Reference

Microsoft.Windows.Controls.Ribbon Namespace