GW_ENABLEDPOPUP top-level constant

  1. @Deprecated('Use GET_WINDOW_CMD.GW_ENABLEDPOPUP instead')
int const GW_ENABLEDPOPUP

The retrieved handle identifies the enabled popup window owned by the specified window (the search uses the first such window found using GW_HWNDNEXT); otherwise, if there are no enabled popup windows, the retrieved handle is that of the specified window.

Implementation

@Deprecated('Use GET_WINDOW_CMD.GW_ENABLEDPOPUP instead')
const GW_ENABLEDPOPUP = 6;