CS_DBLCLKS top-level constant

  1. @Deprecated('Use WNDCLASS_STYLES.CS_DBLCLKS instead')
int const CS_DBLCLKS

Sends a double-click message to the window procedure when the user double-clicks the mouse while the cursor is within a window belonging to the class.

Implementation

@Deprecated('Use WNDCLASS_STYLES.CS_DBLCLKS instead')
const CS_DBLCLKS = 0x0008;