WS_EX_ACCEPTFILES top-level constant
The window accepts drag-drop files.
Implementation
@Deprecated('Use WINDOW_EX_STYLE.WS_EX_ACCEPTFILES instead')
const WS_EX_ACCEPTFILES = 0x00000010;
The window accepts drag-drop files.
@Deprecated('Use WINDOW_EX_STYLE.WS_EX_ACCEPTFILES instead')
const WS_EX_ACCEPTFILES = 0x00000010;