[]
Specifies actions that trigger showing and hiding Popup controls.
[Flags]
public enum PopupTrigger
| Name | Description |
|---|---|
| Blur | When the owner element or the popup lose focus. |
| BlurOwner | When the owner element loses focus. |
| BlurPopup | When the popup loses focus. |
| Click | When the user clicks the owner element or the popup. |
| ClickOrBlur | When the owner element or the popup are clicked or lose focus. |
| ClickOwner | When the user clicks the owner element. |
| ClickPopup | When the user clicks the popup. |
| Down | When the mouse button is pressed over the owner element or the popup. |
| DownOwner | When the mouse button is pressed over the owner element. |
| DownPopup | When the mouse button is pressed over the popup. |
| Enter | When the mouse enters the owner element or the popup. |
| EnterOwner | When the mouse enters the owner element. |
| EnterPopup | When the mouse enters the popup. |
| Leave | When the mouse leaves the owner element or the popup. |
| LeaveOwner | When the mouse leaves the owner element. |
| LeavePopup | When the mouse leaves the popup. |
| None | No triggers; popups must be shown and hidden using code. |