Disables popup activation upon a mouse hover action.

Usage

Set_Property(OLECtrlEntID, "OLE.PreventMouseHoverActivate", Boolean)

Values

[True False]

Default: False

Remarks

By default, when a user hovers the mouse over a popup, the popup window activates. If, however, you intend to use the popup in a way in which user interactivity is not desired, you can set the PreventMouseHoverActivate property to 1.

Example

// Don't activate when mouse hovering
Set_Property(@Window:".OLE_POPUP", "OLE.PreventMouseHoverActivate", 1)
  • No labels