WS_EX_ACCEPTFILES top-level constant

  1. @Deprecated('Use WINDOW_EX_STYLE.WS_EX_ACCEPTFILES instead')
int const WS_EX_ACCEPTFILES

The window accepts drag-drop files.

Implementation

@Deprecated('Use WINDOW_EX_STYLE.WS_EX_ACCEPTFILES instead')
const WS_EX_ACCEPTFILES = 0x00000010;