Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |