MB_OKCANCEL top-level constant Null safety
The message box contains two push buttons: OK and Cancel.
Implementation
const MB_OKCANCEL = 0x00000001;
The message box contains two push buttons: OK and Cancel.
const MB_OKCANCEL = 0x00000001;