Enum PopupBoxPopupMode
Defines what causes the PopupBox to open it's popup.
public enum PopupBoxPopupMode
- Extension Methods
Fields
Click = 0
Open when the toggle button is clicked.
MouseOver = 1
Open when the mouse goes over the toggle button.
MouseOverEager = 2
Open when the mouse goes over the toggle button, or the space in which the popup box would occupy should it be open.