CS_DBLCLKS top-level constant Null safety
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
const CS_DBLCLKS = 0x0008;
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.
const CS_DBLCLKS = 0x0008;